VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.Annotation.AspNetCore.ApiControllers Namespace / VintasoftAnnotationCollectionApiController Class / RemoveAnnotationCollection(WebImageInfoRequestParams) Method
Syntax Remarks Requirements SeeAlso
В этом разделе
    RemoveAnnotationCollection(WebImageInfoRequestParams) Метод (VintasoftAnnotationCollectionApiController)
    В этом разделе
    Удаляет коллекцию аннотаций указанного изображения с сервера.
    Синтаксис
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Overridable Function RemoveAnnotationCollection( _
    ByVal requestParams
    Информация об исходном изображении.
    As Vintasoft.Shared.Web.WebImageInfoRequestParams _
    ) As Vintasoft.Shared.Web.WebResponseParamsBase
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public virtual Vintasoft.Shared.Web.WebResponseParamsBase RemoveAnnotationCollection(
    Vintasoft.Shared.Web.WebImageInfoRequestParams requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public: virtual Vintasoft.Shared.Web.WebResponseParamsBase* RemoveAnnotationCollection(
    Vintasoft.Shared.Web.WebImageInfoRequestParams* requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public:
    virtual Vintasoft.Shared.Web.WebResponseParamsBase^ RemoveAnnotationCollection(
    Vintasoft.Shared.Web.WebImageInfoRequestParams^ requestParams
    )

    Parameters

    requestParams
    Информация об исходном изображении.

    Return Value

    Ответ от сервера.
    Ремарки

    Метод удаляет на сервере файл, содержащий коллекцию аннотаций, сохраненную в JSON формате.

    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6

    Смотрите также