Skip to main content
A newer version of this page is available. .

PdfAnnotationActions.PageBecameInvisible Property

Gets an action that is performed when the page containing the annotation is no longer visible in the reader’s user interface.

Namespace: DevExpress.Pdf

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

Declaration

public PdfAction PageBecameInvisible { get; }

Property Value

Type Description
PdfAction

A PdfAction object that represents the action.

See Also