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: ExpertPdf.PdfCreator (in ExpertPdf.PdfCreator.dll) Version: 11.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