Click or drag to resize

PdfLiteSessionSerialize Method

Note: This API is now obsolete.

Serializes the current PdfLiteSession to a byte[].

Namespace:  RadPdf.Lite
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.5.0.0 (4.5.0.0)
Syntax
[ObsoleteAttribute]
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