VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / get_MultipageDisplayMode Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_MultipageDisplayMode Method
    In This Topic
    Gets the multipage display mode.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
    
    var value; // Type: Vintasoft.Imaging.WebImageViewerMultipageDisplayModeEnumJS
    value = instance.get_MultipageDisplayMode();
    
    
    function get_MultipageDisplayMode() : WebImageViewerMultipageDisplayModeEnumJS;
    

    Return Value

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