| PdfAnnotationLevelActionsAnnotationPageClose Property |
Gets or sets the
PdfAction to be performed when the page containing the annotation is closed
(for example, when the user navigates to the next or previous page, or follows a link annotation or bookmark item).
The action is executed before the
PageClosed action, if present.
Namespace: Patagames.Pdf.Net.ActionsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax public PdfAction AnnotationPageClose { get; set; }
Public Property AnnotationPageClose As PdfAction
Get
Set
public:
property PdfAction^ AnnotationPageClose {
PdfAction^ get ();
void set (PdfAction^ value);
}
member AnnotationPageClose : PdfAction with get, set
/** @property */
public PdfAction get_AnnotationPageClose()
/** @property */
public void set_AnnotationPageClose(PdfAction value)
function get_AnnotationPageClose();
function set_AnnotationPageClose(value);
Property Value
PdfActionSee Also