set_AnnotationViewCollection Method
In This Topic
Sets an annotation collection that will be viewed and edited using the visual tool.
Syntax
var instance = new Vintasoft.Imaging.Annotation.UI.WebAnnotationVisualToolJS();
var returnValue; // Type: any
// Parameters
var collection; // Type: WebAnnotationViewCollectionJS
returnValue = instance.set_AnnotationViewCollection(collection);
function set_AnnotationViewCollection(
: WebAnnotationViewCollectionJS
) : any;
Parameters
- collection
- WebAnnotationViewCollectionJS that will be viewed and edited using the visual tool.
Exceptions
Exception | Description |
| Thrown if argument has wrong type. |
Browser Compatibility
See Also