PdfDocumentActions.DocumentSaving Property
In This Article
Gets an action that is performed when the document is saving.
Namespace: DevExpress.Pdf
Assembly: DevExpress.Pdf.v24.2.Core.dll
NuGet Package: DevExpress.Pdf.Core
#Declaration
public PdfJavaScriptAction DocumentSaving { get; set; }
#Property Value
Type | Description |
---|---|
Pdf |
A Pdf |
See Also