VintaSoft Imaging .NET SDK 14.0: Documentation for Web developer
Vintasoft.Imaging.Web.HttpHandlers Namespace / VintasoftImageConverterHandler Class
Constructors Properties Methods SeeAlso
In This Topic
    VintasoftImageConverterHandler Class Members
    In This Topic
    The following tables list the members exposed by VintasoftImageConverterHandler.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the VintasoftImageConverterHandler class.
    Public Properties
     NameDescription
    Public PropertyGets or sets a value indicating whether the API controller can work with undefined session.
    Public PropertyGets a value indicating whether another request can use this instance.
    Public Methods
     NameDescription
    Public MethodEnables processing of HTTP Web requests by a custom HttpHandler that implements the IHttpHandler interface.
    Protected Methods
     NameDescription
    Protected MethodAborts specified process that converts an image file.
    Protected MethodStarts the asynchronous process that converts an image file to the BMP format.
    Protected MethodStarts the asynchronous process that converts an image file to the DOCX format.
    Protected MethodStarts the asynchronous process that converts an image file to the GIF format.
    Protected MethodStarts the asynchronous process that converts an image file to the JBIG2 format.
    Protected MethodStarts the asynchronous process that converts an image file to the JPEG format.
    Protected MethodStarts the asynchronous process that converts an image file to the JPEG2000 format.
    Protected MethodStarts the asynchronous process that converts an image file to the PBM format.
    Protected MethodStarts the asynchronous process that converts an image file to the PCX format.
    Protected MethodStarts the asynchronous process that converts an image file to the PDF format.
    Protected MethodStarts the asynchronous process that converts an image file to the PNG format.
    Protected MethodStarts the asynchronous process that converts an image file to the SVG format.
    Protected MethodStarts the asynchronous process that converts an image file to the TGA format.
    Protected MethodStarts the asynchronous process that converts an image file to the TIFF format.
    Protected MethodStarts the asynchronous process that converts an image file to the XLSX format.
    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 current session.
    Protected MethodCreates the VintasoftImageConverterWebService that handles HTTP requests from clients and allows to convert image files.
    Protected MethodExecutes HTTP command and returns the execution result.
    Protected MethodReleases all resources used by this object.
    Protected MethodReturns information about specified process that converts an image file.
    Protected MethodProcesses the converted file identifiers in the image converting status object.
    See Also