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

    Return Value

    Thumbnail padding. Valid values are: any positive number OR array with positive values [top, right, bottom, left]. Default value is Ύ, 0, 0, 0].
    Browser Compatibility
    56+
    45+
    11
    See Also