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

    Parameters

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