"Standard" UI-elements, which can be used in web document viewer
In This Topic
The UI-control
WebDocumentViewerJS can use
base standard UI-elements and the following standard UI-elements:
-
Buttons
- WebUiVisualToolButtonJS - web UI-element that represents button for enabling the specified visual tool in image viewer. Stored in Vintasoft.Imaging.js file.
- WebUiAnnotationButtonJS - web UI-element that represent button for creating and adding specified annotation in annotation viewer. Stored in Vintasoft.Imaging.Annotation.js file.
-
Panels
- WebUiImageViewerPanelJS - web UI-panel that allows to display an image viewer. Stored in Vintasoft.Imaging.js file.
- WebUiThumbnailViewerPanelJS - web UI-panel that allows to display a thumbnail viewer. Stored in Vintasoft.Imaging.js file.
- WebUiTextSelectionPanelJS - web UI-panel that allows to select text on document page. Stored in Vintasoft.Imaging.js file.
- WebUiTextSearchPanelJS - web UI-panel that allows to search text on document pages. Stored in Vintasoft.Imaging.js file.
- WebUiImageProcessingPanelJS - web UI-panel that allows to view a list of image processing commands, select the image processing command and apply the image processing command to an image in image viewer. Stored in Vintasoft.Imaging.js file.
- WebUiImageSelectionPanelJS - web UI-panel that allows to select images, which are shown in image viewer. Stored in Vintasoft.Imaging.js file.
- WebUiPrintImagesSettingsPanelJS - web UI-panel that allows to print images, which are shown in image viewer. Stored in Vintasoft.Imaging.js file.
- WebUiThumbnailViewerSettingsPanelJS - web UI-panel that allows to view and edit the thumbnail viewer settings. Stored in Vintasoft.Imaging.js file.
- WebUiFileToolbarPanelJS - web UI toolbar panel that allows to work with image files (load, print and save). Stored in Vintasoft.Imaging.js file.
- WebUiNavigationToolbarPanelJS - web UI toolbar panel that allows to navigate between images in document viewer. Stored in Vintasoft.Imaging.js file.
- WebUiZoomToolbarPanelJS - web UI toolbar panel that allows to zoom images in document viewer. Stored in Vintasoft.Imaging.js file.
- WebUiRotationToolbarPanelJS - web UI toolbar panel that allows to rotate image in document viewer. Stored in Vintasoft.Imaging.js file.
- WebUiVisualToolsToolbarPanelJS - web UI toolbar panel that allows to select visual tools. Stored in Vintasoft.Imaging.js file.
- WebUiAnnotationListPanelJS - web UI-panel that allows to view the annotation list and navigate between annotations. Stored in Vintasoft.Imaging.Annotation.js file.
- WebUiRotateImageWithAnnotationsPanelJS - web UI-panel that allows to rotate focused image with annotations. Stored in Vintasoft.Imaging.Annotation.js file.
- WebUiTwainSelectDevicePanelJS - web UI-panel that allows to view the list of TWAIN devices installed in the system and select the device. Stored in Vintasoft.Imaging.DocumentViewer.js file.
- WebUiTwainDeviceCapabilitiesPanelJS - web UI-panel that allows to work with TWAIN device capabilities. Stored in Vintasoft.Imaging.DocumentViewer.js file.
-
Dialogs
- WebUiDocumentPasswordDialogJS - web UI-dialog that allows to set the password of document. Stored in Vintasoft.Imaging.Dialogs.XXX.js file.
- WebUiPrintImagesSettingsPanelJS - web UI-dialog that allows to print images, which are shown in image viewer. Stored in Vintasoft.Imaging.Dialogs.XXX.js file.
- WebThumbnailViewerSettingsDialogJS - web UI-dialog that allows to view and edit the thumbnail viewer settings. Stored in Vintasoft.Imaging.Dialogs.XXX.js file.
- WebImageSelectionDialogJS - web UI-dialog that allows to select images, which are shown in image viewer. Stored in Vintasoft.Imaging.Dialogs.XXX.js file.
- WebRotateImageWithAnnotationsDialogJS - web UI-dialog that allows to rotate focused image with annotations. Stored in Vintasoft.Imaging.Annotation.Dialogs.XXX.js file.
- WebTwainDeviceSelectionDialogJS - web UI-dialog that allows to view the list of TWAIN devices installed in the system and select the device. Stored in Vintasoft.Imaging.DocumentViewer.Dialogs.XXX.js file.
- WebTwainDeviceCapabilitiesDialogJS - web UI-dialog that allows to work with TWAIN device capabilities. Stored in Vintasoft.Imaging.DocumentViewer.Dialogs.XXX.js file.