VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / get_DisplayMode Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_DisplayMode Method
    In This Topic
    Gets current display mode of image viewer.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
    
    var value; // Type: Vintasoft.Imaging.WebImageViewerDisplayModeEnumJS
    value = instance.get_DisplayMode();
    
    
    function get_DisplayMode() : WebImageViewerDisplayModeEnumJS;
    

    Return Value

    An instance of WebImageViewerDisplayModeEnumJS class. Default value is "SinglePage".
    Browser Compatibility
    56+
    45+
    11
    See Also