[]
The abstract base class describing an export format that performs export by iterating over the list of metafiles representing pages of a document.
public abstract class ComplexExportProvider : ExportProvider
Name | Description |
---|---|
ComplexExportProvider() |
Name | Description |
---|---|
CanExportObject(object) | Tests whether the specified object represents a document that can be exported by the associated Exporter. |
CanExportType(Type) | Tests whether documents of the specified type can be exported by the current export provider. Note that if the type is array, this method returns false even though an array of metafiles can be exported by the associated exporter. Use CanExportObject(object) to get a definitive value. |