The action to be performed when the field is activated
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public PdfAction Action { set; } |
| Visual Basic |
|---|
Public WriteOnly Property Action As PdfAction Set |
| Visual C++ |
|---|
public: property PdfAction^ Action { void set (PdfAction^ value); } |