Click or drag to resize

PdfLiteSession Constructor

Create a new PdfLiteSession instance.

Namespace:  RadPdf.Lite
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public PdfLiteSession(
	SerializationInfo info,
	StreamingContext context
)

Parameters

info
Type: System.Runtime.SerializationSerializationInfo
SerializationInfo to populate the fields of this instance
context
Type: System.Runtime.SerializationStreamingContext
StreamingContext specified as part of the additional context
See Also