VintaSoft Imaging .NET SDK 15.1: Documentation for Web developer
Vintasoft.Imaging.Web.Api2Controllers Namespace / VintasoftFileConverterApi2Controller Class
In This Topic
VintasoftFileConverterApi2Controller Class Methods
In This Topic
For a list of all methods of this type, see VintasoftFileConverterApi2Controller.
Public Methods
 NameDescription
Public MethodAborts process that converts an image/document file.
Public MethodStarts the asynchronous process that converts an image/document file to the BMP format.
Public MethodStarts the asynchronous process that converts an image/document file to the DOCX format.
Public MethodStarts the asynchronous process that converts an image/document file to the GIF format.
Public MethodStarts the asynchronous process that converts an image/document file to the HTML format.
Public MethodStarts the asynchronous process that converts an image/document file to the JBIG2 format.
Public MethodStarts the asynchronous process that converts an image/document file to the JPEG format.
Public MethodStarts the asynchronous process that converts an image/document file to the JPEG2000 format.
Public MethodStarts the asynchronous process that converts an image/document file to the PBM format.
Public MethodStarts the asynchronous process that converts an image/document file to the PCX format.
Public MethodStarts the asynchronous process that converts an image/document file to the PDF format.
Public MethodStarts the asynchronous process that converts an image/document file to the PNG format.
Public MethodStarts the asynchronous process that converts an image/document file to the PSD format.
Public MethodStarts the asynchronous process that converts an image/document file to the SVG format.
Public MethodStarts the asynchronous process that converts an image/document file to the TGA format.
Public MethodStarts the asynchronous process that converts an image/document file to the TIFF format.
Public MethodStarts the asynchronous process that converts an image/document file to the XLSX format.
Public MethodOverloaded. Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.Web.Http.ApiController)
Public MethodExecutes asynchronously a single HTTP operation. (Inherited from System.Web.Http.ApiController)
Public MethodReturns information about process that converts an image/document file.
Public MethodOverloaded. 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)
Protected Methods
 NameDescription
Protected MethodCreates a cache manager that manages cache of converted files.
Protected MethodCreates a data storage for global resources.
Protected MethodCreates a data storage for serialized documents.
Protected MethodCreates a data storage for current session.
Protected MethodCreates the VintasoftFileConverterWebService that handles HTTP requests from clients and allows to convert image/document files.
Protected MethodInitializes the System.Web.Http.ApiController instance with the specified controllerContext. (Inherited from System.Web.Http.ApiController)
Protected MethodProcesses the identifiers of converted files in the file conversion status object.
See Also