Name | Description | |
---|---|---|
![]() | VintasoftImageApi2Controller | Initializes a new instance of the VintasoftImageApi2Controller class. |
Name | Description | |
---|---|---|
![]() | VintasoftImageApi2Controller | Initializes a new instance of the VintasoftImageApi2Controller class. |
Name | Description | |
---|---|---|
![]() | ActionContext | Gets the action context. (Inherited from System.Web.Http.ApiController) |
![]() | Configuration | Gets the System.Web.Http.HttpConfiguration of the current System.Web.Http.ApiController. (Inherited from System.Web.Http.ApiController) |
![]() | ControllerContext | Gets the System.Web.Http.HttpConfiguration of the current System.Web.Http.ApiController. (Inherited from System.Web.Http.ApiController) |
![]() | IsEmptySessionSupported | Gets or sets a value indicating whether the API controller can work with undefined session. |
![]() | ModelState | Gets the model state after the model binding process. (Inherited from System.Web.Http.ApiController) |
![]() | Request | Gets or sets the HttpRequestMessage of the current System.Web.Http.ApiController. (Inherited from System.Web.Http.ApiController) |
![]() | RequestContext | Gets the request context. (Inherited from System.Web.Http.ApiController) |
![]() | Url | Gets an instance of a System.Web.Http.Routing.UrlHelper, which is used to generate URLs to other APIs. (Inherited from System.Web.Http.ApiController) |
![]() | User | Returns the current principal associated with this request. (Inherited from System.Web.Http.ApiController) |
Name | Description | |
---|---|---|
![]() | ClearCache | Clears the image tiles cache and thumbnails cache for specified file. |
![]() | ClearSessionCache | Clears the image tile cache and thumbnail cache for current HTTP session. |
![]() | Dispose | Overloaded. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.Web.Http.ApiController) |
![]() | ExecuteAsync | Executes asynchronously a single HTTP operation. (Inherited from System.Web.Http.ApiController) |
![]() | GetActionsOfImage | Returns information about actions of image. |
![]() | GetActionsOfImages | Returns information about actions of images. |
![]() | GetImageAsBase64String | Returns an image as a Base64 string. |
![]() | GetImageInfo | Returns information about web image. |
![]() | GetImagesInfo | Returns information about web images. |
![]() | GetTextRegionOfImage | Returns information about text region of image. |
![]() | GetTextRegionOfImages | Returns information about text regions of images. |
![]() | RenderImageTile | Renders image tile. |
![]() | RenderImageTiles | Renders all image tiles. |
![]() | RenderThumbnail | Renders image thumbnail. |
![]() | RenderThumbnails | Renders image thumbnails. |
![]() | Validate | Overloaded. Validates the given entity and adds the validation errors to the model state under the empty prefix, if any. (Inherited from System.Web.Http.ApiController) |
Name | Description | |
---|---|---|
![]() | CreateGlobalResourcesDataStorage | Creates a data storage for global resources. |
![]() | CreateImageTilesCacheManager | Creates a cache manager that manages cache of image tiles. |
![]() | CreateSerializedDocumentsDataStorage | Creates a data storage for serialized documents. |
![]() | CreateSessionDataStorage | Creates a data storage for current session. |
![]() | CreateThumbnailsCacheManager | Creates a cache manager that manages cache of thumbnails. |
![]() | CreateWebService | Creates the VintasoftImageWebService that handles HTTP requests from clients and allows to process an image. |
![]() | Initialize | Initializes the System.Web.Http.ApiController instance with the specified controllerContext. (Inherited from System.Web.Http.ApiController) |