Represents a JavaScript action in the PDF document.
            
Inheritance Hierarchy
EvoPdfClientPdfAction
EvoPdfClientPdfActionJavaScript
Namespace: EvoPdfClient
Assembly: EvoPdfClient_NetCore (in EvoPdfClient_NetCore.dll) Version: 10.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
