Click or drag to resize

PdfLiteSession Constructor

Note: This API is now obsolete.

Create a new PdfLiteSession instance.

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