VintaSoft Imaging .NET SDK 14.0: Documentation for .NET developer
Vintasoft.Imaging Namespace / DocumentConverter Class
Constructors Properties Methods Events SeeAlso
In This Topic
    DocumentConverter Class Members
    In This Topic
    The following tables list the members exposed by DocumentConverter.
    Public Constructors
     NameDescription
    Public ConstructorOverloaded. Initializes a new instance of the class.
    Public Properties
     NameDescription
    Public PropertyGets an image collection that must be converted.
    Public PropertyGets a value indicating whether the conversion is canceled.
    Public PropertyGets a value indicating whether the conversion is started.
    Public PropertyGets or sets the maximum number of threads, which can be used by converter.
    Public PropertyGets or sets the progress controller.
    Public PropertyGets or sets the progress update interval, in milliseconds.
    Public Methods
     NameDescription
    Public MethodCancels the conversion.
    Public MethodOverloaded. Converts the image collection of this converter to the output file.
    Public Methodstatic (Shared in Visual Basic)Converts a document that is located in sourceFilename to the BMP image file(s).
    Public Methodstatic (Shared in Visual Basic)Converts a document that is located in sourceFilename to the JBIG2 document.
    Public Methodstatic (Shared in Visual Basic)Converts a document that is located in sourceFilename to the JPEG image file(s).
    Public Methodstatic (Shared in Visual Basic)Converts a document that is located in sourceFilename to the JPEG2000 image file(s).
    Public Methodstatic (Shared in Visual Basic)Converts a document that is located in sourceFilename to the PDF document.
    Public Methodstatic (Shared in Visual Basic)Converts a document that is located in sourceFilename to the PNG image file(s).
    Public Methodstatic (Shared in Visual Basic)Converts a document that is located in sourceFilename to the TIFF document.
    Public MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources.
    Public MethodOpens the output file.
    Protected Methods
     NameDescription
    Protected MethodReturns filename of single-page file.
    Protected MethodRaises the ConversionProgress event.
    Protected MethodRaises the ImageConversionFinished event.
    Protected MethodRaises the ImageDecodingStarting event.
    Protected MethodRaises the ImageEncodingStarting event.
    Public Events
     NameDescription
    Public EventOccurs when the conversion progress is changed.
    Public EventOccurs when the image conversion is finished.
    Public EventOccurs when the image decoding is starting.
    Public EventOccurs when the image encoding is starting.
    See Also