VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebThumbnailViewerJS type / set_ThumbnailPadding Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_ThumbnailPadding Method
    In This Topic
    Sets a thumbnail padding.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: object
    
    returnValue = instance.set_ThumbnailPadding(value);
    
    
    function set_ThumbnailPadding(
    value
    Thumbnail padding. Valid values are: any positive number OR array with positive values [top, right, bottom, left]. Default value is Ύ, 0, 0, 0].
    : object
    ) : any;

    Parameters

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