| PdfAnnotationLevelActionsAnnotationExit Property |
Gets or sets the
PdfAction to be performed when the cursor exits the annotation’s active area.
Namespace: Patagames.Pdf.Net.ActionsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax public 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
PdfActionSee Also