Skip to main content

PdfAnnotationActions.PageClosed Property

Gets an action that is performed when the page containing the annotation is closed.

Namespace: DevExpress.Pdf

Assembly: DevExpress.Pdf.v24.1.Core.dll

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfAction PageClosed { get; }

Property Value

Type Description
PdfAction

A PdfAction object that represents the action.

See Also