VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebThumbnailViewerJS type / get_ThumbnailMargin Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_ThumbnailMargin Method
    In This Topic
    Gets a thumbnail margin.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);
    
    var value; // Type: number
    value = instance.get_ThumbnailMargin();
    
    
    function get_ThumbnailMargin() : number;
    

    Return Value

    Thumbnail margin. Valid value is 0 and any positive value. Default value is 3.
    Browser Compatibility
    56+
    45+
    11
    See Also