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);
 
    
      
      function set_ActionName(
    : string
) : any;
 
    
       
      Parameters
- value
- The name of the action.
 
Exceptions
| Exception | Description | 
|---|
|  | 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
See Also