VintaSoft Imaging .NET SDK 12.5: Documentation for Web developer
Vintasoft.Imaging.Annotation.AspNetCore.ApiControllers Namespace / VintasoftAnnotationCollectionApiController Class / RemoveAnnotationCollection(WebImageInfoRequestParams) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    RemoveAnnotationCollection(WebImageInfoRequestParams) Method (VintasoftAnnotationCollectionApiController)
    In This Topic
    Removes the annotation collection, of specified image, from server.
    Syntax
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Overridable Function RemoveAnnotationCollection( _
    ByVal requestParams
    Information about source image.
    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
    Information about source image.

    Return Value

    Response from the server.
    Remarks

    Method removes file, on server, that contain annotation collection saved in JSON format.

    Requirements

    Target Platforms: .NET 8; .NET 7, .NET 6

    See Also