VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.AspNetCore.ApiControllers Namespace / VintasoftAnnotationCollectionApiController Class / SaveAnnotationCollections(WebCompositeRequestParams<AnnotationCollectionInfoRequestParams>) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    SaveAnnotationCollections(WebCompositeRequestParams<AnnotationCollectionInfoRequestParams>) Method (VintasoftAnnotationCollectionApiController)
    In This Topic
    Saves the specified annotation collections in the specified image files.
    Syntax
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Function SaveAnnotationCollections( _
    ByVal requestParams
    Information about source image files and annotation collections .
    As Vintasoft.Shared.Web.WebCompositeRequestParams(Of T) _
    ) As Vintasoft.Shared.Web.WebResponseParamsBase[]
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public Vintasoft.Shared.Web.WebResponseParamsBase[] SaveAnnotationCollections(
    Vintasoft.Shared.Web.WebCompositeRequestParams<T> requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public: Vintasoft.Shared.Web.WebResponseParamsBase*[] SaveAnnotationCollections(
    Vintasoft.Shared.Web.WebCompositeRequestParams<T*>* requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public:
    Vintasoft.Shared.Web.WebResponseParamsBase^[] SaveAnnotationCollections(
    Vintasoft.Shared.Web.WebCompositeRequestParams<T^>^ requestParams
    )

    Parameters

    requestParams
    Information about source image files and annotation collections .

    Return Value

    Response from the server.
    Remarks

    Method loads all images from the specified image files, adds annotations to each image and saves modified images back to the source file.

    Requirements

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

    See Also