PdfLiteSessionDeserialize Method (Byte) |
Namespace:
RadPdf.Lite
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic static PdfLiteSession Deserialize(
byte[] value
)
Public Shared Function Deserialize (
value As Byte()
) As PdfLiteSession
Parameters
- value
- Type: SystemByte
byte[] returned by Serialize
Return Value
Type:
PdfLiteSessionNew
PdfLiteSession instance
See Also