Skip to main content

PdfAnnotationActions.PageOpened Property

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

Namespace: DevExpress.Pdf

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

NuGet Package: DevExpress.Pdf.Core

Declaration

public PdfAction PageOpened { get; }

Property Value

Type Description
PdfAction

A PdfAction object that represent the action.

See Also