Click or drag to resize

PdfLiteSessionDeserialize Method (Byte)

Namespace:  RadPdf.Lite
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public static PdfLiteSession Deserialize(
	byte[] value
)

Parameters

value
Type: SystemByte
byte[] returned by Serialize

Return Value

Type: PdfLiteSession
New PdfLiteSession instance
See Also