VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Annotation.AspNetCore.ApiControllers Namespace / VintasoftAnnotationCollectionApiController Class / SaveAnnotationCollection(AnnotationCollectionInfoRequestParams) Method
Syntax Requirements SeeAlso
In This Topic
SaveAnnotationCollection(AnnotationCollectionInfoRequestParams) Method (VintasoftAnnotationCollectionApiController)
In This Topic
Saves the specified annotation collection in the specified image page.
Syntax
'Declaration

<HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
Public Function SaveAnnotationCollection( _
ByVal requestParams
Information about source image page and annotation collections .
As Vintasoft.Imaging.Annotation.Web.Services.AnnotationCollectionInfoRequestParams _
) As Vintasoft.Shared.Web.WebResponseParamsBase
[HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
public Vintasoft.Shared.Web.WebResponseParamsBase SaveAnnotationCollection(
Vintasoft.Imaging.Annotation.Web.Services.AnnotationCollectionInfoRequestParams requestParams
)

Parameters

requestParams
Information about source image page and annotation collections .

Return Value

Response from the server.
Requirements

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

See Also