Click or drag to resize

DocumentOpenAction Class

Encapsulates a Go To or JavaScript action to be performed when the document is opened.
Inheritance Hierarchy
SystemObject
  ExpertPdf.PdfCreatorDocumentOpenAction

Namespace:  ExpertPdf.PdfCreator
Assembly:  epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax
public class DocumentOpenAction

The DocumentOpenAction type exposes the following members.

Properties
  NameDescription
Public propertyAction
The open document action as an instance of the PdfActionGoTo or PdfActionJavaScript classes.
Top
See Also