PdfFormFieldAction Property
The action to be performed when the field is activated, for example when a button field is clicked
Namespace: HiQPdfClientAssembly: HiQPdfClient.NetCore (in HiQPdfClient.NetCore.dll) Version: 16.0.0
public PdfActionBase Action { set; }
Public WriteOnly Property Action As PdfActionBase
Set
public:
property PdfActionBase^ Action {
void set (PdfActionBase^ value);
}
member Action : PdfActionBase with set
Property Value
PdfActionBase