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(
: number
) : any;
Parameters
- value
- Thumbnail margin. Valid value is 0 and any positive value. Default value is 3.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also