VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.Annotation Namespace / WebAnnotationViewControllerJS type / get_AnnotationViewCollection Methods / get_AnnotationViewCollection(number) Property
Syntax Exceptions BrowserCompatibility SeeAlso
В этом разделе
    get_AnnotationViewCollection(number) Метод
    В этом разделе
    Возвращает коллекцию аннотаций, связанных с изображением.
    Синтаксис
    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(
    index
    Отсчитываемый от нуля индекс изображения из коллекции изображений, возвращаемый свойством get_Images.
    : number
    ) : WebAnnotationViewCollectionJS;

    Parameters

    index
    Отсчитываемый от нуля индекс изображения из коллекции изображений, возвращаемый свойством get_Images.

    Return Value

    WebAnnotationViewCollectionJS объект, определяющий коллекцию аннотаций, связанную с объектом WebImageJS.
    Исключения
    ИсключениеОписание
    Выбрасывается, если аргумент имеет неверный тип.
    Выбрасывается, если контроллер не содержит аннотаций для указанного изображения.
    Совместимость с веб браузерами
    9
    5
    11
    5
    Смотрите также