Click or drag to resize

PdfLiteSessionSerializerDeserialize Method

Deserializes 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 Object Deserialize(
	Stream serializationStream
)

Parameters

serializationStream
Type: System.IOStream
>The Stream from which the PdfLiteSession object will be deserialized.

Return Value

Type: Object
The PdfLiteSession object, deserialized.

Implements

IFormatterDeserialize(Stream)
See Also