PdfLiteSessionDeserialize Method (Stream) |
Namespace:
RadPdf.Lite
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public static PdfLiteSession Deserialize(
Stream value
)
Public Shared Function Deserialize (
value As Stream
) As PdfLiteSession
Parameters
- value
- Type: System.IOStream
Binary data returned by Serialize, as a stream
Return Value
Type:
PdfLiteSessionNew
PdfLiteSession instance
See Also