 | PdfAnnotationLevelActionsAnnotationPageVisible Property |
Gets or sets the
PdfAction to be performed when the page containing the annotation becomes visible in the viewer application’s user interface.
Namespace:
Patagames.Pdf.Net.Actions
Assemblies:
Patagames.Pdf.Xamarin.iOS (in Patagames.Pdf.Xamarin.iOS.dll) Version: 4.84.2704
Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.84.2704
Syntaxpublic PdfAction AnnotationPageVisible { get; set; }
Public Property AnnotationPageVisible As PdfAction
Get
Set
public:
property PdfAction^ AnnotationPageVisible {
PdfAction^ get ();
void set (PdfAction^ value);
}
member AnnotationPageVisible : PdfAction with get, set
/** @property */
public PdfAction get_AnnotationPageVisible()
/** @property */
public void set_AnnotationPageVisible(PdfAction value)
function get_AnnotationPageVisible();
function set_AnnotationPageVisible(value);
Property Value
Type:
PdfAction
See Also