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.Pdf (in Select.Pdf.dll) Version: 20.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