VintaSoft Imaging .NET SDK 12.4: Documentation for Web developer
Vintasoft.Imaging.Web.Services Namespace / VintasoftImageConverterWebService Class
Constructors Properties Methods SeeAlso
In This Topic
    VintasoftImageConverterWebService Class Members
    In This Topic
    The following tables list the members exposed by VintasoftImageConverterWebService.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets a cache manager that manages cache of converted image files.
    Public PropertyGets or sets the data storage that should be used for storing global resources.
    Public Propertystatic (Shared in Visual Basic)Gets or sets the maximum number of allowable simultaneous active file conversion processes.
    Public Propertystatic (Shared in Visual Basic)Gets or sets the maximum number of finished file conversion processes, which are cached by this web service.
    Public PropertyGets or sets a file identifier of the default CMYK ICC profile, which is used by PDF/A converter as a profile in DefaultCMYK color space.
    Public PropertyGets or sets a file identifier of default RGB ICC profile, which is used by PDF/A converter as a profile in DefaultRGB color space.
    Public PropertyGets or sets a file identifier of ICC profile (CMYK or RGB), which is used by PDF/A converter as the output intent dest profile.
    Public PropertyGets or sets the data storage that should be used for storing serialized documents.
    Public PropertyGets or sets the data storage, which should be used for storing files with information about image collection state.
    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/PGM/PPM 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 WEBP format.
    Public MethodStarts the asynchronous process that converts an image file to the XLSX format.
    Public MethodReturns information about specified process that converts an image file.
    Protected Methods
     NameDescription
    Protected MethodStarts the asynchronous process that converts image file to the specified format.
    Protected MethodCreates the BMP encoder.
    Protected MethodCreates the BMP encoder settings.
    Protected MethodCreates the DOCX encoder.
    Protected MethodCreates the GIF encoder.
    Protected MethodCreates the GIF encoder settings.
    Protected MethodCreates the JBIG2 encoder.
    Protected MethodCreates the JBIG2 encoder settings.
    Protected MethodCreates the JPEG2000 encoder.
    Protected MethodCreates the JPEG2000 encoder settings.
    Protected MethodCreates the JPEG encoder.
    Protected MethodCreates the JPEG encoder settings.
    Protected MethodCreates the PBM encoder.
    Protected MethodCreates the PBM encoder settings.
    Protected MethodCreates the PCX encoder.
    Protected MethodCreates the PDF encoder.
    Protected MethodCreates the PDF encoder settings.
    Protected MethodCreates the PNG encoder.
    Protected MethodCreates the PNG encoder settings.
    Protected MethodCreates the SVG encoder.
    Protected MethodCreates the SVG encoder settings.
    Protected MethodCreates the TGA encoder.
    Protected MethodCreates the TGA encoder settings.
    Protected MethodCreates the TIFF encoder.
    Protected MethodCreates the TIFF encoder settings.
    Protected MethodCreates the WEBP encoder.
    Protected MethodCreates the WEBP encoder settings.
    Protected MethodCreates the XLSX encoder.
    See Also