VintaSoft Imaging .NET SDK 14.1: Документация для Веб разработчика
Vintasoft.Imaging.Annotation Namespace / WebAnnotationViewCollectionJS type / add Property
Syntax Exceptions BrowserCompatibility SeeAlso
add Метод
Добавляет аннотацию в конец коллекции.
Синтаксис
var instance = new Vintasoft.Imaging.Annotation.WebAnnotationViewCollectionJS();

var value; // Type: any

// Parameters
var annotation; // Type: WebAnnotationViewJS

value = instance.add(annotation);

Parameters

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