DocumentSavedEventArgsDocument Property |
Gets a class representing the document.
Namespace:
RadPdf.Integration
Assembly:
RadPdfStandard (in RadPdfStandard.dll) Version: 4.0.0.0 (4.0.0.0)
Syntaxpublic PdfDocument Document { get; }
Public ReadOnly Property Document As PdfDocument
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