The open document action as an instance of the PdfActionGoTo or PdfActionJavaScript classes.
Namespace: EvoPdfAssembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0
Syntax
| C# |
|---|
public PdfAction Action { get; set; } |
| Visual Basic |
|---|
Public Property Action As PdfAction Get Set |
| Visual C++ |
|---|
public: property PdfAction^ Action { PdfAction^ get (); void set (PdfAction^ value); } |