Click or drag to resize

PdfLiteSessionSerializerSerialize Method

Serializes a PdfLiteSession object to the given stream.

Namespace:  RadPdf.Lite
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.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.
See Also