Click or drag to resize

PdfLiteSessionSerializeToJson Method

Serializes the current PdfLiteSession to a string using JavaScript Object Notation (JSON).

Namespace:  RadPdf.Lite
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.1.0.0 (4.1.0.0)
Syntax
public string SerializeToJson()

Return Value

Type: String
JSON formatted represenation of the current class.
See Also