Click or drag to resize

PdfLiteSessionDeserializeFromJson Method

Namespace:  RadPdf.Lite
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public static PdfLiteSession DeserializeFromJson(
	string value
)

Parameters

value
Type: SystemString
string returned by SerializeToJson

Return Value

Type: PdfLiteSession
New PdfLiteSession instance
See Also