Name | Description | |
---|---|---|
![]() | VintasoftImageConverterApi2Controller | Initializes a new instance of the VintasoftImageConverterApi2Controller class. |
Name | Description | |
---|---|---|
![]() | VintasoftImageConverterApi2Controller | Initializes a new instance of the VintasoftImageConverterApi2Controller 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 | |
---|---|---|
![]() | AbortConverting | Aborts specified process that converts an image file. |
![]() | ConvertFileToBmp | Starts the asynchronous process that converts an image file to the BMP format. |
![]() | ConvertFileToDocx | Starts the asynchronous process that converts an image file to the DOCX format. |
![]() | ConvertFileToGif | Starts the asynchronous process that converts an image file to the GIF format. |
![]() | ConvertFileToJbig2 | Starts the asynchronous process that converts an image file to the JBIG2 format. |
![]() | ConvertFileToJpeg | Starts the asynchronous process that converts an image file to the JPEG format. |
![]() | ConvertFileToJpeg2000 | Starts the asynchronous process that converts an image file to the JPEG2000 format. |
![]() | ConvertFileToPbm | Starts the asynchronous process that converts an image file to the PBM format. |
![]() | ConvertFileToPcx | Starts the asynchronous process that converts an image file to the PCX format. |
![]() | ConvertFileToPdf | Starts the asynchronous process that converts an image file to the PDF format. |
![]() | ConvertFileToPng | Starts the asynchronous process that converts an image file to the PNG format. |
![]() | ConvertFileToSvg | Starts the asynchronous process that converts an image file to the SVG format. |
![]() | ConvertFileToTga | Starts the asynchronous process that converts an image file to the TGA format. |
![]() | ConvertFileToTiff | Starts the asynchronous process that converts an image file to the TIFF format. |
![]() | ConvertFileToXlsx | Starts the asynchronous process that converts an image file to the XLSX format. |
![]() | 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) |
![]() | GetConvertingStatus | Returns information about specified process that converts an image file. |
![]() | 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 | |
---|---|---|
![]() | CreateConvertedFilesCacheManager | Creates a cache manager that manages cache of converted files. |
![]() | CreateGlobalResourcesDataStorage | Creates a data storage for global resources. |
![]() | CreateSerializedDocumentsDataStorage | Creates a data storage for serialized documents. |
![]() | CreateSessionDataStorage | Creates a data storage for current session. |
![]() | CreateWebService | Creates the VintasoftImageConverterWebService that handles HTTP requests from clients and allows to convert image files. |
![]() | Initialize | Initializes the System.Web.Http.ApiController instance with the specified controllerContext. (Inherited from System.Web.Http.ApiController) |
![]() | ProcessConvertationStatusResultIds | Processes the converted file identifiers in the image converting status object. |
VintasoftImageConverterApi2Controller Class
Vintasoft.Imaging.Web.Api2Controllers Namespace