Click or drag to resize

PdfLiteSessionDeserialize Method (Stream, IFormatter)

Create a new PdfLiteSession instance from data binary serialized using Serialize(IFormatter).

Namespace:  RadPdf.Lite
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public static PdfLiteSession Deserialize(
	Stream value,
	IFormatter formatter
)

Parameters

value
Type: System.IOStream
Binary data returned by Serialize(IFormatter), as a stream
formatter
Type: System.Runtime.SerializationIFormatter
The IFormatter / deserializer to use.

Return Value

Type: PdfLiteSession
New PdfLiteSession instance
See Also