Click or drag to resize

PdfLiteSession.Deserialize Method (Stream)

Namespace:  RadPdf.Lite
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.3.0.0 (4.3.0.0)
Syntax
public static PdfLiteSession Deserialize(
	Stream value
)

Parameters

value
Type: System.IO.Stream
Binary data returned by Serialize(), as a stream

Return Value

Type: PdfLiteSession
New PdfLiteSession instance
Remarks

The output is only deserialized using the DefaultFormatter if UseObsoleteFormatter is set to true.

Sessions should only be deserialized from a trusted data source!

See Also
This website uses cookies to identify your session and other necessary functions. By using this website, you are agreeing to our Terms of Use and Privacy Policy (updated April 26 2021).
Learn About Cookies
Got it!