VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
In This Topic
    Customize Web Document Viewer UI
    In This Topic
    WebDocumentViewerJS allows to create an user interface (UI) of any complexity as the WebDocumentViewerJS is being constructed from simple and composite UI elements.

    The SDK contains a set of standard UI elements for the purpose to greatly simplify and speed up the development of web document viewer UI. Detailed information about standard UI elements read here.


    If you need to change the appearance of standard UI element (button icon, color/indent/alignment, etc), you can easily do this by changing the CSS-style of UI element. Detailed information read here.


    If you need to add/move/delete a standard UI element or use the annotated image viewer instead of image viewer, you can easily do this by adjusting the settings of WebUiControlJS. Detailed information read here.


    If you need to change the working logic of standard UI element, you will have to implement a JavaScript code, which defines the necessary logic. Detailed information read here.


    If you need to create a new UI element, you will have to implement a JavaScript code, which defines the full working logic of new element. Please read how to create menu button here. Please read how to create annotation button here. Please read how to create new panel for side panel here.