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(
: 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
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also