VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebGroupAnnotationViewJS type / get_UseCompositeTransformer Property
Syntax BrowserCompatibility SeeAlso
    get_UseCompositeTransformer Method
    Gets a value indicating whether the composite transformer must be used for transforming of the annotation.
    Syntax
    var instance = new Vintasoft.Imaging.Annotation.UI.WebGroupAnnotationViewJS(items);
    
    var value; // Type: boolean
    value = instance.get_UseCompositeTransformer();
    
    

    Return Value

    True - rectangular transformer is be used for transforming of annotation group, annotation transformer is used for transforming of single annotation; False - rectangular transformer is be used for transforming of annotation group. Default value is False.
    Browser Compatibility
    56+
    45+
    11
    See Also