In This Topic
Gets the name of the action.
Syntax
var instance = new Vintasoft.Imaging.WebNamedActionMetadataJS();
var value; // Type: string
value = instance.get_ActionName();
function get_ActionName() : string;
Return Value
The name of the action.
Remarks
Standard action names:
- NextPage - Go to the next page of the document.
- PrevPage - Go to the previous page of the document.
- FirstPage - Go to the first page of the document.
- LastPage - Go to the last page of the document.
Browser Compatibility
See Also