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)
Syntaxpublic string SerializeToJson()
Public Function SerializeToJson As String
Return Value
Type:
StringJSON formatted represenation of the current class.
See Also