VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.ImageProcessing Namespace / WebSkewCommandJS type / get_Offset Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    get_Offset Method
    In This Topic
    Gets the number of pixels to skew in horizontal or vertical direction.
    Syntax
    var instance = new Vintasoft.Imaging.ImageProcessing.WebSkewCommandJS();
    
    var value; // Type: number
    value = instance.get_Offset();
    
    
    function get_Offset() : number;
    

    Return 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.
    Browser Compatibility
    56+
    45+
    11
    See Also