[]
The abstract base class for export providers that perform export by iterating over the list of metafiles representing the pages of a document.
public abstract class PagesExportProvider : ExportProvider
Name | Description |
---|---|
PagesExportProvider() |
Name | Description |
---|---|
ShouldEnsureGeneratedDocument | Gets the value indicating that the document must have been generated before being exported by the current export provider. |
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. |