| PdfAnnotationLevelActionsAnnotationPageOpen Property |
Gets or sets the
PdfAction to be performed when the page containing the annotation is opened
(for example, when the user navigates to it from the next or previous page or by means of a link annotation or bookmark item).
The action is executed after the
PageOpened action and the
OpenAction in the
PdfDocument class, if such actions are present.
Namespace: Patagames.Pdf.Net.ActionsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public PdfAction AnnotationPageOpen { get; set; }
Public Property AnnotationPageOpen As PdfAction
Get
Set
public:
property PdfAction^ AnnotationPageOpen {
PdfAction^ get ();
void set (PdfAction^ value);
}
member AnnotationPageOpen : PdfAction with get, set
/** @property */
public PdfAction get_AnnotationPageOpen()
/** @property */
public void set_AnnotationPageOpen(PdfAction value)
function get_AnnotationPageOpen();
function set_AnnotationPageOpen(value);
Property Value
PdfActionSee Also