VintaSoft Imaging .NET SDK 12.5: Documentation for Web developer
Vintasoft.Imaging.Annotation.AspNetCore.ApiControllers Namespace / VintasoftAnnotationCollectionApiController Class / SerializeAnnotationCollection(AnnotationCollectionInfoRequestParams) Method
Syntax Requirements SeeAlso
In This Topic
    SerializeAnnotationCollection(AnnotationCollectionInfoRequestParams) Method (VintasoftAnnotationCollectionApiController)
    In This Topic
    Serializes annotation collection, of specified image, on server.
    Syntax
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Overridable Function SerializeAnnotationCollection( _
    ByVal requestParams
    Information about source image and serializing annotation collection.
    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 virtual Vintasoft.Shared.Web.WebResponseParamsBase SerializeAnnotationCollection(
    Vintasoft.Imaging.Annotation.Web.Services.AnnotationCollectionInfoRequestParams requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public: virtual Vintasoft.Shared.Web.WebResponseParamsBase* SerializeAnnotationCollection(
    Vintasoft.Imaging.Annotation.Web.Services.AnnotationCollectionInfoRequestParams* requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public:
    virtual Vintasoft.Shared.Web.WebResponseParamsBase^ SerializeAnnotationCollection(
    Vintasoft.Imaging.Annotation.Web.Services.AnnotationCollectionInfoRequestParams^ requestParams
    )

    Parameters

    requestParams
    Information about source image and serializing annotation collection.

    Return Value

    Response from the server.
    Requirements

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

    See Also