The open document action as an instance of the PdfActionGoTo or PdfActionJavaScript classes.

Namespace: EvoPdf
Assembly: 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);
}

Property Value

Type: PdfAction

See Also