'Declaration <HttpPostAttribute("HttpMethods = System.Collections.Generic.List`1string", "Template = null", "Order = 0", "Name = null")> Public Function RotateImageWithAnnotations( _
ByVal requestParamsInformation 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.