| PdfAnnotationLevelActionsAnnotationDown Property |
Gets or sets the
PdfAction to be performed when the mouse button is pressed inside the annotation’s active area.
Namespace: Patagames.Pdf.Net.ActionsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.89.2704
Syntax public PdfAction AnnotationDown { get; set; }
Public Property AnnotationDown As PdfAction
Get
Set
public:
property PdfAction^ AnnotationDown {
PdfAction^ get ();
void set (PdfAction^ value);
}
member AnnotationDown : PdfAction with get, set
/** @property */
public PdfAction get_AnnotationDown()
/** @property */
public void set_AnnotationDown(PdfAction value)
function get_AnnotationDown();
function set_AnnotationDown(value);
Property Value
PdfActionSee Also