Click or drag to resize

DocumentSavingEventArgsDocument Property

Gets an object representing the PdfDocument about to be saved.

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

Property Value

Type: PdfDocument
Remarks

Changes made to entities of the PdfDocument object will be applied to the saved document and will be commited to storage if SaveDocumentChanges is true but will not be displayed to the client. To display changes, document must be reloaded in client browser. The document can be easily reloaded using ThenReloadDocument.

See Also