Click or drag to resize

DocumentSavedEventArgsDocument Property

Gets a class representing the document.

Namespace:  RadPdf.Integration
Assembly:  RadPdf (in RadPdf.dll) Version: 3.43.0.0 (3.43.0.0)
Syntax
public PdfDocument Document { get; }

Property Value

Type: PdfDocument
Remarks

Changes made to the document class provided by this property will have no effect on what is in storage or saved.

See Also