 | PdfWidgetAnnotationAction Property |
Gets or sets the
PdfAction object associated with this widget annotation or null if there is no action associated with the widget.
Namespace: Patagames.Pdf.Net.AnnotationsAssembly: Patagames.Pdf (in Patagames.Pdf.dll) Version: 4.100.2704
Syntaxpublic PdfAction Action { get; set; }Public Property Action As PdfAction
Get
Set
public:
property PdfAction^ Action {
PdfAction^ get ();
void set (PdfAction^ value);
}member Action : PdfAction with get, set
/** @property */
public PdfAction get_Action()
/** @property */
public void set_Action(PdfAction value)
function get_Action();
function set_Action(value);
Property Value
PdfAction
See Also