VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.Api2Controllers Namespace / VintasoftImageConverterApi2Controller Class
Constructors Properties Methods SeeAlso
In This Topic
    VintasoftImageConverterApi2Controller Class Members
    In This Topic
    The following tables list the members exposed by VintasoftImageConverterApi2Controller.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the VintasoftImageConverterApi2Controller class.
    Public Properties
     NameDescription
    Public PropertyGets the action context. (Inherited from System.Web.Http.ApiController)
    Public PropertyGets the System.Web.Http.HttpConfiguration of the current System.Web.Http.ApiController. (Inherited from System.Web.Http.ApiController)
    Public PropertyGets the System.Web.Http.HttpConfiguration of the current System.Web.Http.ApiController. (Inherited from System.Web.Http.ApiController)
    Public PropertyGets or sets a value indicating whether the API controller can work with undefined session.
    Public PropertyGets the model state after the model binding process. (Inherited from System.Web.Http.ApiController)
    Public PropertyGets or sets the HttpRequestMessage of the current System.Web.Http.ApiController. (Inherited from System.Web.Http.ApiController)
    Public PropertyGets the request context. (Inherited from System.Web.Http.ApiController)
    Public PropertyGets an instance of a System.Web.Http.Routing.UrlHelper, which is used to generate URLs to other APIs. (Inherited from System.Web.Http.ApiController)
    Public PropertyReturns the current principal associated with this request. (Inherited from System.Web.Http.ApiController)
    Public Methods
     NameDescription
    Public MethodAborts specified process that converts an image file.
    Public MethodStarts the asynchronous process that converts an image file to the BMP format.
    Public MethodStarts the asynchronous process that converts an image file to the DOCX format.
    Public MethodStarts the asynchronous process that converts an image file to the GIF format.
    Public MethodStarts the asynchronous process that converts an image file to the JBIG2 format.
    Public MethodStarts the asynchronous process that converts an image file to the JPEG format.
    Public MethodStarts the asynchronous process that converts an image file to the JPEG2000 format.
    Public MethodStarts the asynchronous process that converts an image file to the PBM format.
    Public MethodStarts the asynchronous process that converts an image file to the PCX format.
    Public MethodStarts the asynchronous process that converts an image file to the PDF format.
    Public MethodStarts the asynchronous process that converts an image file to the PNG format.
    Public MethodStarts the asynchronous process that converts an image file to the SVG format.
    Public MethodStarts the asynchronous process that converts an image file to the TGA format.
    Public MethodStarts the asynchronous process that converts an image file to the TIFF format.
    Public MethodStarts the asynchronous process that converts an image 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 specified process that converts an image 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 VintasoftImageConverterWebService that handles HTTP requests from clients and allows to convert image files.
    Protected MethodInitializes the System.Web.Http.ApiController instance with the specified controllerContext. (Inherited from System.Web.Http.ApiController)
    Protected MethodProcesses the converted file identifiers in the image converting status object.
    See Also