Vintasoft.Imaging.AspNetCore.ApiControllers Namespace (Vintasoft.Imaging.AspNetCore.ApiControllers)
In This Topic
Contains ASP.NET Core Web API controllers for processing of images.
Classes
| Class | Description |
 | VintasoftFileApiController | An ASP.NET Core API controller that handles HTTP requests from clients and allows to manipulate files on a server. |
 | VintasoftImageApiController | An ASP.NET Core API controller that handles HTTP requests from clients and allows to get information about image or render image thumbnail/tile. |
 | VintasoftImageCollectionApiController | An ASP.NET Core API controller that handles HTTP requests from clients and allows to manage an image collection. |
 | VintasoftImageConverterApiController | An ASP.NET Core API controller that handles HTTP requests from clients and allows to convert an image file or PDF document. |
See Also