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