 | PdfAnnotationLevelActionsAnnotationExit Property |
Gets or sets the
PdfAction to be performed when the cursor exits the annotation’s active area.
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 AnnotationExit { get; set; }
Public Property AnnotationExit As PdfAction
Get
Set
public:
property PdfAction^ AnnotationExit {
PdfAction^ get ();
void set (PdfAction^ value);
}
member AnnotationExit : PdfAction with get, set
/** @property */
public PdfAction get_AnnotationExit()
/** @property */
public void set_AnnotationExit(PdfAction value)
function get_AnnotationExit();
function set_AnnotationExit(value);
Property Value
Type:
PdfAction
See Also