Click or drag to resize

PdfLiteSessionSerializerSerialize Method

Serializes a PdfLiteSession object to the given stream.

Namespace:  RadPdf.Lite
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public void Serialize(
	Stream serializationStream,
	Object graph
)

Parameters

serializationStream
Type: System.IOStream
The Stream to which the PdfLiteSession object will be serialized.
graph
Type: SystemObject
The PdfLiteSession object to serialize.

Implements

IFormatterSerialize(Stream, Object)
See Also