Click or drag to resize
Pdf Library for .NET

PdfActionJavaScript Class

Represents a JavaScript action in a pdf document.
Inheritance Hierarchy
SystemObject
  SelectPdfPdfAction
    SelectPdfPdfActionJavaScript

Namespace: SelectPdf
Assembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public class PdfActionJavaScript : PdfAction

The PdfActionJavaScript type exposes the following members.

Constructors
 NameDescription
Public methodPdfActionJavaScript Creates a JavaScript action based on a JavaScript code.
Top
Properties
 NameDescription
Public propertyJavaScript Gets or sets the JavaScript code executed by this action.
Top
See Also