VintaSoft Imaging .NET SDK 15.0: Documentation for Web developer
Vintasoft.Imaging.Web.HttpHandlers Namespace / VintasoftFileConverterHandler Class
Constructors Properties Methods SeeAlso
In This Topic
    VintasoftFileConverterHandler Class Members
    In This Topic
    The following tables list the members exposed by VintasoftFileConverterHandler.
    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the VintasoftFileConverterHandler 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 process that converts an image/document file.
    Protected MethodStarts the asynchronous process that converts an image/document file to the BMP format.
    Protected MethodStarts the asynchronous process that converts an image/document file to the DOCX format.
    Protected MethodStarts the asynchronous process that converts an image/document file to the GIF format.
    Protected MethodStarts the asynchronous process that converts an image/document file to the HTML format.
    Protected MethodStarts the asynchronous process that converts an image/document file to the JBIG2 format.
    Protected MethodStarts the asynchronous process that converts an image/document file to the JPEG format.
    Protected MethodStarts the asynchronous process that converts an image/document file to the JPEG2000 format.
    Protected MethodStarts the asynchronous process that converts an image/document file to the PBM format.
    Protected MethodStarts the asynchronous process that converts an image/document file to the PCX format.
    Protected MethodStarts the asynchronous process that converts an image/document file to the PDF format.
    Protected MethodStarts the asynchronous process that converts an image/document file to the PNG format.
    Protected MethodStarts the asynchronous process that converts an image/document file to the SVG format.
    Protected MethodStarts the asynchronous process that converts an image/document file to the TGA format.
    Protected MethodStarts the asynchronous process that converts an image/document file to the TIFF format.
    Protected MethodStarts the asynchronous process that converts an image/document 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 VintasoftFileConverterWebService 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 process that converts an image/document file.
    Protected MethodProcesses the converted file identifiers in the file conversion status object.
    See Also