Click or drag to resize

PdfActionJavaScript Class

Represents a JavaScript action in the PDF document.
Inheritance Hierarchy
SystemObject
  ExpertPdf.HtmlToPdf.PdfDocumentPdfAction
    ExpertPdf.HtmlToPdf.PdfDocumentPdfActionJavaScript

Namespace: ExpertPdf.HtmlToPdf.PdfDocument
Assembly: ephtmltopdf (in ephtmltopdf.dll) Version: 21.1.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