| PdfAnnotationLevelActionsAnnotationPageInvisible Property |
Gets or sets the
PdfAction to be performed when the page containing the annotation is no longer visible in the viewer application’s user interface.
Namespace: Patagames.Pdf.Net.ActionsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public PdfAction AnnotationPageInvisible { get; set; }
Public Property AnnotationPageInvisible As PdfAction
Get
Set
public:
property PdfAction^ AnnotationPageInvisible {
PdfAction^ get ();
void set (PdfAction^ value);
}
member AnnotationPageInvisible : PdfAction with get, set
/** @property */
public PdfAction get_AnnotationPageInvisible()
/** @property */
public void set_AnnotationPageInvisible(PdfAction value)
function get_AnnotationPageInvisible();
function set_AnnotationPageInvisible(value);
Property Value
PdfActionSee Also