Click or drag to resize

PdfLiteSessionSerializerSerialize Method

Note: This API is now obsolete.

Serializes a PdfLiteSession object to the given stream.

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