Skip to main content
All docs
V26.1
  • ActionId Variable

    Lists values that identify the Document Viewer’s toolbar commands.

    Declaration

    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;
        ParametersPanel: string;
        DocumentMapPanel: string;
        ExportOptionsPanel: string;
        FullScreen: string;
    };

    Members

    Name Type Description
    Design string

    The Designer toolbar button.

    DocumentMapPanel string

    The Export To toolbar button.

    ExportOptionsPanel string

    The First Page toolbar button.

    ExportTo string

    The Full Screen toolbar button.

    FirstPage string

    The Highlight Editing Fields toolbar button.

    FullScreen string

    The Last Page toolbar button.

    HighlightEditingFields string

    The Toggle Multipage Mode toolbar button.

    LastPage string

    The Next Page toolbar button.

    MultipageToggle string

    The drop-down list that navigates to the selected page.

    NextPage string

    The Previous Page toolbar button.

    Pagination string

    The Print toolbar button.

    ParametersPanel string

    The Print Page toolbar button.

    PrevPage string

    The Search toolbar button.

    Print string

    The Zoom In toolbar button.

    PrintPage string

    The Zoom Out toolbar button.

    Search string

    The drop-down list with available zoom factors.

    ZoomIn string

    The Zoom In toolbar button.

    ZoomOut string

    The Zoom Out toolbar button.

    ZoomSelector string

    The drop-down list with available zoom factors.