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

PdfAnnotationActions.PageBecameVisible Property

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

Namespace: DevExpress.Pdf

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

Declaration

public PdfAction PageBecameVisible { get; }

Property Value

Type Description
PdfAction

A PdfAction object that represents the action.

See Also