Represents a JavaScript action in the PDF document.
Inheritance Hierarchy
WinnovativeClientPdfAction
WinnovativeClientPdfActionJavaScript
Namespace: WinnovativeClient
Assembly: WinnovativeClient_NetCore (in WinnovativeClient_NetCore.dll) Version: 17.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