var instance = new Vintasoft.Imaging.Annotation.WebAnnotationViewControllerJS(images); var value; // Type: Vintasoft.Imaging.Annotation.WebAnnotationViewCollectionJS // Parameters var index; // Type: number value = instance.get_AnnotationViewCollection(index);
function get_AnnotationViewCollection(
indexThe zero-based index of image from image collection returned by the get_Images property.: number
) : WebAnnotationViewCollectionJS;
Parameters
- index
- The zero-based index of image from image collection returned by the get_Images property.
Return Value
WebAnnotationViewCollectionJS object that defines the annotation collection associated with WebImageJS object.