Click or drag to resize

PdfLiteSessionSerialize Method

Serializes the current PdfLiteSession to a byte[].

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

Return Value

Type: Byte
Binary formatted represenation of the current class.
Remarks

The output is only serialized using the DefaultFormatter if UseObsoleteFormatter is set to true.

See Also