Click or drag to resize

DocumentSavingEventArgs.Document Property

Gets an object representing the PdfDocument about to be saved.

Namespace:  RadPdf.Integration
Assembly:  RadPdfStandard (in RadPdfStandard.dll) Version: 4.1.0.0 (4.1.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
This website uses cookies to identify your session and other necessary functions. By using this website, you are agreeing to our Terms of Use and Privacy Policy (updated April 26 2021).
Learn About Cookies
Got it!