'Declaration Public MustOverride Property ActionName As System.String
public abstract System.String ActionName { get; set; }
Property Value
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.
- LastFocusedPage - Go to the last focused page of the document.
- ExecutorActivate - Activates the action in image viewer.
- ExecutorDeactivate - Deactivates the action in image viewer.