| Interface | Description |
|---|---|
| IConversionJob |
A fully specified conversion that is not yet applied to the converter.
|
| IConversionJobWithPriorityUnspecified |
A sufficiently specified conversion with default priority that is not yet applied to the converter.
|
| IConversionJobWithSourceSpecified |
A conversion with a specified source for the conversion.
|
| IConversionJobWithSourceUnspecified |
A conversion job where the document type of the source document is not yet specified.
|
| IConversionJobWithTargetUnspecified |
A conversion job where the document type of the target document is not yet specified.
|
| IConverter |
A converter that allows the conversion of documents.
|
| IFileConsumer |
Consumes a file after a terminated conversion.
|
| IFileSource |
A callback interface that provides files to be converted just-in-time.
|
| IInputStreamConsumer |
Consumes an input stream after a terminated conversion.
|
| IInputStreamSource |
A callback interface that provides input stream with conversion data just-in-time.
|
| Class | Description |
|---|---|
| DocumentType |
Represents an immutable document MIME type.
|
| DocumentType.Value |
A holder type for type and subtype names of known
DocumentTypes. |
Copyright © 2013–2016. All rights reserved.