VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging Namespace / WebNamedActionMetadataJS type / set_ActionName Property
Syntax Exceptions Remarks BrowserCompatibility SeeAlso
In This Topic
set_ActionName Method
In This Topic
Sets the name of the action.
Syntax
var instance = new Vintasoft.Imaging.WebNamedActionMetadataJS();

var returnValue; // Type: any

// Parameters
var value; // Type: string

returnValue = instance.set_ActionName(value);

Parameters

value
The name of the action.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
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
56+
45+
11
See Also