VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Annotation.AspNetCore.ApiControllers Namespace / VintasoftAnnotationCollectionApiController Class / RotateImageWithAnnotations(RotateImageWithAnnotationRequestParams) Method
Syntax Requirements SeeAlso
In This Topic
    RotateImageWithAnnotations(RotateImageWithAnnotationRequestParams) Method (VintasoftAnnotationCollectionApiController)
    In This Topic
    Rotates image with annotations.
    Syntax
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Function RotateImageWithAnnotations( _
    ByVal requestParams
    Information about source image file and annotation collection, which should be rotated with image.
    As Vintasoft.Imaging.Annotation.Web.Services.RotateImageWithAnnotationRequestParams _
    ) As Vintasoft.Shared.Web.WebImageInfoResponseParams
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public Vintasoft.Shared.Web.WebImageInfoResponseParams RotateImageWithAnnotations(
    Vintasoft.Imaging.Annotation.Web.Services.RotateImageWithAnnotationRequestParams requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public: Vintasoft.Shared.Web.WebImageInfoResponseParams* RotateImageWithAnnotations(
    Vintasoft.Imaging.Annotation.Web.Services.RotateImageWithAnnotationRequestParams* requestParams
    )
    [HttpPost("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")]
    public:
    Vintasoft.Shared.Web.WebImageInfoResponseParams^ RotateImageWithAnnotations(
    Vintasoft.Imaging.Annotation.Web.Services.RotateImageWithAnnotationRequestParams^ requestParams
    )

    Parameters

    requestParams
    Information about source image file and annotation collection, which should be rotated with image.

    Return Value

    Response from the server.
    Requirements

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

    See Also