Click or drag to resize

PdfLiteSessionSerialize Method (IFormatter)

Serializes the current PdfLiteSession to a byte[].

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

Parameters

formatter
Type: System.Runtime.SerializationIFormatter
The IFormatter / serializer to use.

Return Value

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