PdfLiteSessionDeserialize Method (Byte) |
Namespace:
RadPdf.Lite
Assembly:
RadPdf (in RadPdf.dll) Version: 3.48.0.0 (3.48.0.0)
Syntax public 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