VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.UI Namespace / WebThumbnailViewerJS type / set_ThumbnailMargin Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_ThumbnailMargin Method
    In This Topic
    Sets a thumbnail margin.
    Syntax
    var instance = new Vintasoft.Imaging.UI.WebThumbnailViewerJS(controlId);
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: number
    
    returnValue = instance.set_ThumbnailMargin(value);
    
    
    function set_ThumbnailMargin(
    value
    Thumbnail margin. Valid value is 0 and any positive value. Default value is 3.
    : number
    ) : any;

    Parameters

    value
    Thumbnail margin. Valid value is 0 and any positive value. Default value is 3.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also