VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Annotation.UI Namespace / WebGroupAnnotationViewJS type / set_UseCompositeTransformer Property
Syntax Exceptions BrowserCompatibility SeeAlso
In This Topic
    set_UseCompositeTransformer Method
    In This Topic
    Sets 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 returnValue; // Type: any
    
    // Parameters
    var value; // Type: boolean
    
    returnValue = instance.set_UseCompositeTransformer(value);
    
    
    function set_UseCompositeTransformer(
    value
    Value indicating whether the composite transformer must be used for transforming of the annotation. Default value is False.
    : boolean
    ) : any;

    Parameters

    value
    Value indicating whether the composite transformer must be used for transforming of the annotation. Default value is False.
    Exceptions
    ExceptionDescription
    Thrown if argument has wrong type.
    Browser Compatibility
    56+
    45+
    11
    See Also