[]
        
(Showing Draft Content)

C1.C1Preview.Export.C1dExportProvider

C1dExportProvider Class

Represents a C1PrintDocument's native C1D format ExportProvider.

Inheritance
C1dExportProvider
Namespace: C1.C1Preview.Export
Assembly: C1.PrintDocument.4.8.dll
Syntax
public class C1dExportProvider : ExportProvider

Constructors

Name Description
C1dExportProvider()

Properties

Name Description
CanExportToStream

Gets a value indicating whether export to stream is supported by the current format. This implementation returns true (export to stream is supported).

DefaultExtension

Gets the default filename extension for the current export format. This implementation returns "c1d".

DefaultOptionsFormClass

Gets the type of form which is used to edit the export options by default.

FormatName

Gets a short description of the C1D export format.

PreferredOrdinal

Specifies the preferred ordinal of the export format in "save as..." and similar dialogs. This implementation returns 1.

ShouldEnsureGeneratedDocument

Returns false.

SupportedDocumentInfoFields

Gets the combination of flags indicating which fields of the DocumentInfo class are supported by the current export format.

Methods

Name Description
CanExportObject(object)

Tests whether the specified object represents a document that can be exported by a C1dExporter.

CanExportType(Type)

Tests whether documents of the specified type can be exported by a C1dExporter.

NewExporter()

Creates a new instance of C1dExporter.

See Also