[]
        
(Showing Draft Content)

C1.C1Preview.Export.PagesExportProvider

PagesExportProvider Class

The abstract base class for export providers that perform export by iterating over the list of metafiles representing the pages of a document.

Namespace: C1.C1Preview.Export
Assembly: C1.PrintDocument.8.dll
Syntax
public abstract class PagesExportProvider : ExportProvider

Constructors

Name Description
PagesExportProvider()

Properties

Name Description
ShouldEnsureGeneratedDocument

Gets the value indicating that the document must have been generated before being exported by the current export provider.

Methods

Name Description
CanExportObject(object)

Tests whether the specified object represents a document that can be exported by the current export provider.

CanExportRange(OutputRangeTypeEnum)

Tests whether the specified type of range can be exported by the current export provider.

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.