ActionId Variable
In This Article
Lists values that identify the Document Viewer’s toolbar commands.
#Declaration
TypeScript
export const ActionId: {
Design: string;
FirstPage: string;
PrevPage: string;
Pagination: string;
NextPage: string;
LastPage: string;
MultipageToggle: string;
HighlightEditingFields: string;
ZoomOut: string;
ZoomSelector: string;
ZoomIn: string;
Print: string;
PrintPage: string;
ExportTo: string;
Search: string;
FullScreen: string;
};
#Members
Name | Type | Description |
---|---|---|
Design | string | The Designer toolbar button. |
Export |
string | The Export To toolbar button. |
First |
string | The First Page toolbar button. |
Full |
string | The Full Screen toolbar button. |
Highlight |
string | The Highlight Editing Fields toolbar button. |
Last |
string | The Last Page toolbar button. |
Multipage |
string | The Toggle Multipage Mode toolbar button. |
Next |
string | The Next Page toolbar button. |
Pagination | string | The drop-down list that navigates to the selected page. |
Prev |
string | The Previous Page toolbar button. |
string | The Print toolbar button. |
|
Print |
string | The Print Page toolbar button. |
Search | string | The Search toolbar button. |
Zoom |
string | The Zoom In toolbar button. |
Zoom |
string | The Zoom Out toolbar button. |
Zoom |
string | The drop-down list with available zoom factors. |