| PdfAnnotationLevelActionsAnnotationEnter Property |
Gets or sets the
PdfAction to be performed when the cursor enters the annotation’s active area.
Namespace: Patagames.Pdf.Net.ActionsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public PdfAction AnnotationEnter { get; set; }
Public Property AnnotationEnter As PdfAction
Get
Set
public:
property PdfAction^ AnnotationEnter {
PdfAction^ get ();
void set (PdfAction^ value);
}
member AnnotationEnter : PdfAction with get, set
/** @property */
public PdfAction get_AnnotationEnter()
/** @property */
public void set_AnnotationEnter(PdfAction value)
function get_AnnotationEnter();
function set_AnnotationEnter(value);
Property Value
PdfActionSee Also