VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebAnnotationVisualToolJS type / set_AnnotationBoundingRect Property
Syntax BrowserCompatibility SeeAlso
In This Topic
    set_AnnotationBoundingRect Method
    In This Topic
    Gets a rectangle, in image space, in device-independent pixels (1/96th inch), that restricts the area of image where annotation can be built.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationVisualToolJS();
    
    var returnValue; // Type: any
    
    // Parameters
    var value; // Type: object
    
    returnValue = instance.set_AnnotationBoundingRect(value);
    
    
    function set_AnnotationBoundingRect(
    value
    An object "{ x: x, y: y, width: width, height: height }" that defines a rectangle, where annotation can be built/transformed. null or empty rectangle means that annotation can be built/transformed only within the image. Default value is null.
    : object
    ) : any;

    Parameters

    value
    An object "{ x: x, y: y, width: width, height: height }" that defines a rectangle, where annotation can be built/transformed. null or empty rectangle means that annotation can be built/transformed only within the image. Default value is null.
    Browser Compatibility
    56+
    45+
    11
    See Also