| PdfAnnotationLevelActionsAnnotationUp Property |
Gets or sets the
PdfAction to be performed when the mouse button is released inside the annotation’s active area.
Namespace: Patagames.Pdf.Net.ActionsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.94.2704
Syntax public PdfAction AnnotationUp { get; set; }
Public Property AnnotationUp As PdfAction
Get
Set
public:
property PdfAction^ AnnotationUp {
PdfAction^ get ();
void set (PdfAction^ value);
}
member AnnotationUp : PdfAction with get, set
/** @property */
public PdfAction get_AnnotationUp()
/** @property */
public void set_AnnotationUp(PdfAction value)
function get_AnnotationUp();
function set_AnnotationUp(value);
Property Value
PdfActionRemarks For backward compatibility, the
Action property in the
PdfWidgetAnnotation class,
if present, takes precedence over this property.
See Also