Click or drag to resize

PdfDocumentEditor Constructor (Int32)

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(
	int documentID
)

Parameters

documentID
Type: SystemInt32
DocumentID as an Int32
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 class as well.

See Also