VintaSoft Imaging .NET SDK 14.1: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebSkewCommandJS type / set_Offset Property
Syntax Exceptions BrowserCompatibility SeeAlso
set_Offset Method
Sets the number of pixels to skew in horizontal or vertical direction.
Syntax
var instance = new Vintasoft.Imaging.ImageProcessing.WebSkewCommandJS();

var returnValue; // Type: any

// Parameters
var value; // Type: number

returnValue = instance.set_Offset(value);

Parameters

value
Number of pixels to skew in horizontal or vertical direction. Valid value is 0 and any positive or negative value. Default value is 0.
Exceptions
ExceptionDescription
Thrown if argument has wrong type.
Browser Compatibility
56+
45+
11
See Also