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(
: boolean
) : any;
Parameters
- value
- Value indicating whether the composite transformer must be used for transforming of the annotation. Default value is False.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also