Class DocumentOpenAction
- Namespace
- EvoPdf
- Assembly
- evohtmltopdf.dll
Encapsulates a Go To, JavaScript, Submit Form or Reset Form action to be performed when the document is opened.
[ClassInterface(ClassInterfaceType.AutoDual)]
public class DocumentOpenAction
- Inheritance
-
DocumentOpenAction
- Inherited Members
Properties
Action
The open document action as an instance of the PdfActionGoTo or PdfActionJavaScript classes.
public PdfAction Action { get; set; }