VintaSoft Imaging .NET SDK 14.0: Документация для Веб разработчика
Vintasoft.Imaging.Annotation.AspNetCore.ApiControllers Namespace / VintasoftAnnotationCollectionApiController Class / RotateImageWithAnnotations(RotateImageWithAnnotationRequestParams) Method
Syntax Requirements SeeAlso
В этом разделе
    RotateImageWithAnnotations(RotateImageWithAnnotationRequestParams) Метод (VintasoftAnnotationCollectionApiController)
    В этом разделе
    Поворачивает изображение с аннотациями.
    Синтаксис
    'Declaration
    
    <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")>
    Public Function RotateImageWithAnnotations( _
    ByVal requestParams
    Информация о файле исходного изображения и коллекции аннотаций, которые следует вращать вместе с изображением.
    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
    Информация о файле исходного изображения и коллекции аннотаций, которые следует вращать вместе с изображением.

    Return Value

    Ответ от сервера.
    Требования

    Целевые платформы: .NET 9; .NET 8; .NET 7; .NET 6

    Смотрите также