Click or drag to resize

PdfLiteSessionSerialize Method

Serializes the current PdfLiteSession to a byte[] using the DefaultFormatter.

Namespace:  RadPdf.Lite
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public byte[] Serialize()

Return Value

Type: Byte
Binary formatted represenation of the current class.
See Also