[]
        
(Showing Draft Content)

C1.C1Preview.Export.ComplexExportProvider

ComplexExportProvider Class

The abstract base class describing an export format that performs export by iterating over the list of metafiles representing pages of a document.

Namespace: C1.C1Preview.Export
Assembly: C1.PrintDocument.4.8.dll
Syntax
public abstract class ComplexExportProvider : ExportProvider

Constructors

Name Description
ComplexExportProvider()

Methods

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.