Click or drag to resize
Pdf Library for .NET

PdfDocumentOpenAction Class

Encapsulates an action to be performed when the pdf document is opened.
Inheritance Hierarchy
SystemObject
  SelectPdfPdfDocumentOpenAction

Namespace:  SelectPdf
Assembly:  Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 23.1
Syntax
public class PdfDocumentOpenAction

The PdfDocumentOpenAction type exposes the following members.

Properties
  NameDescription
Public propertyAction
The pdf document open action as an instance of the PdfActionGoTo or PdfActionJavaScript classes.
Top
Remarks
The pdf document can perform 2 types of actions when it is opened:
See Also