Represents a JavaScript action in the PDF document.
Inheritance Hierarchy
EvoPdf.HtmlToPdfClientPdfAction
EvoPdf.HtmlToPdfClientPdfActionJavaScript
Namespace: EvoPdf.HtmlToPdfClient
Assembly: EvoHtmlToPdfClient_UWP (in EvoHtmlToPdfClient_UWP.dll) Version: 9.0.0.0 (9.0.0.0)
Syntax
The PdfActionJavaScript type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| PdfActionJavaScript |
Creates a JavaScript action based on a JavaScript string.
|
Properties
| Name | Description | |
|---|---|---|
| JavaScriptCode |
Gets or sets the JavaScript code executed by this action.
|
Methods
| Name | Description | |
|---|---|---|
| Equals | (Inherited from Object.) | |
| Finalize | (Inherited from Object.) | |
| GetHashCode | (Inherited from Object.) | |
| GetType | (Inherited from Object.) | |
| MemberwiseClone | (Inherited from Object.) | |
| ToString | (Inherited from Object.) |
See Also