Click or drag to resize

PdfDocumentEditor Constructor (PdfLiteSession)

Initializes a new instance of the PdfDocumentEditor class.

Namespace:  RadPdf.Data.Document
Assembly:  RadPdf (in RadPdf.dll) Version: 3.44.0.0 (3.44.0.0)
Syntax
public PdfDocumentEditor(
	PdfLiteSession session
)

Parameters

session
Type: RadPdf.LitePdfLiteSession
PdfLiteSession added by RAD PDF.
Remarks

This constructor is used to initialize a new instance of the PdfDocumentEditor class. This constructor should only be used from within a web application configured to use the PdfWebControl or PdfWebControlLite class as well.

See Also