VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
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);
    
    
    function remove(
    annotation
    WebAnnotationViewJS для удаления.
    : WebAnnotationViewJS
    ) : any;

    Parameters

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