Click or drag to resize

PdfActionJavaScript Class

Represents a JavaScript action in the PDF document.
Inheritance Hierarchy
SystemObject
  ExpertPdf.PdfCreatorPdfAction
    ExpertPdf.PdfCreatorPdfActionJavaScript

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

The PdfActionJavaScript type exposes the following members.

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