VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebImageViewerJS type / get_UseImageAppearancesInSinglePageMode Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_UseImageAppearancesInSinglePageMode Method
    In This Topic
    Gets a value indicating whether the image viewer must use the image appearances only in single-page mode.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebImageViewerJS(controlId);
    
    var value; // Type: boolean
    value = instance.get_UseImageAppearancesInSinglePageMode();
    
    
    function get_UseImageAppearancesInSinglePageMode() : boolean;
    

    Return Value

    A value indicating whether the image viewer must use the image appearances only in single-page mode. Default value is False.
    Browser Compatibility
    56+
    45+
    11
    See Also