Back to Devexpress

PdfDocumentActions.DocumentClosing Property

officefileapi-devexpress-dot-pdf-dot-pdfdocumentactions.md

latest1.1 KB
Original Source

PdfDocumentActions.DocumentClosing Property

Gets an action performed when the document is closing.

Namespace : DevExpress.Pdf

Assembly : DevExpress.Pdf.v25.2.Core.dll

NuGet Package : DevExpress.Pdf.Core

Declaration

csharp
public PdfJavaScriptAction DocumentClosing { get; set; }
vb
Public Property DocumentClosing As PdfJavaScriptAction

Property Value

TypeDescription
PdfJavaScriptAction

A PdfJavaScriptAction object that represents the document closing action.

|

See Also

PdfDocumentActions Class

PdfDocumentActions Members

DevExpress.Pdf Namespace