VintaSoft Imaging .NET SDK 12.5: Documentation for Web developer
Vintasoft.Imaging.Annotation.AspNetCore.ApiControllers Namespace / VintasoftAnnotationCollectionApiController Class / BurnAnnotationCollection(BurnAnnotationCollectionRequestParams) Method
Syntax Remarks Requirements SeeAlso
In This Topic
    BurnAnnotationCollection(BurnAnnotationCollectionRequestParams) Method (VintasoftAnnotationCollectionApiController)
    In This Topic
    Burns the specified annotation collection on the specified image.
    Syntax
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Function BurnAnnotationCollection( _
    ByVal requestParams
    Information about source image and annotation collection.
    As Vintasoft.Imaging.Annotation.Web.Services.BurnAnnotationCollectionRequestParams _
    ) As Vintasoft.Shared.Web.WebImageInfoResponseParams
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public Vintasoft.Shared.Web.WebImageInfoResponseParams BurnAnnotationCollection(
    Vintasoft.Imaging.Annotation.Web.Services.BurnAnnotationCollectionRequestParams requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public: Vintasoft.Shared.Web.WebImageInfoResponseParams* BurnAnnotationCollection(
    Vintasoft.Imaging.Annotation.Web.Services.BurnAnnotationCollectionRequestParams* requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public:
    Vintasoft.Shared.Web.WebImageInfoResponseParams^ BurnAnnotationCollection(
    Vintasoft.Imaging.Annotation.Web.Services.BurnAnnotationCollectionRequestParams^ requestParams
    )

    Parameters

    requestParams
    Information about source image and annotation collection.

    Return Value

    Response from the server.
    Remarks

    Method loads specified image from file, burns annotations on image and saves modified image back to the source file.

    Requirements

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

    See Also