 | 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.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 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
Type:
PdfAction
See Also