[]
        
(Showing Draft Content)

C1.C1Preview.Export

C1.C1Preview.Export Namespace

Classes

BmpExportProvider

Describes export to bitmaps representing the pages of a document.

C1ExporterBase

The abstract base class for C1dExporterBase and C1mdxExporter classes.

C1dExportProvider

Represents a C1PrintDocument's native C1D format ExportProvider.

C1dExporter

Represents an object that can be used to export a document to C1D format.

C1dExporterBase

The abstract base class for C1dExporter and C1dxExporter classes.

C1dOptionsForm

Represents the default options form for C1D/C1DX export modules.

C1dbExportProvider

Represents a C1PrintDocument's native C1DB format ExportProvider.

C1dbExporter

Represents an object that can be used to export a document to C1DB format.

C1dxExportProvider

Represents a C1PrintDocument's native C1DX format ExportProvider.

C1dxExporter

Represents an object that can be used to export a document to C1DX format.

C1mdxExportProvider

Represents a C1MultiDocument's native C1MDX format ExportProvider.

C1mdxExporter

Represents an object that can be used to export a document to C1MDX format.

C1mdxOptionsForm

Represents the default options form for C1D/C1DX export modules.

ComplexExportProvider

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

ComplexExporter

The abstract base class for all exporter classes associated with export providers derived from ComplexExportProvider. Non-abstract classes derived from this class must override the ProcessPage(Metafile, C1MetafileInfo, int, bool) method.

ComplexExporterOptionsForm

Represents a form for editing the export options used by a ComplexExporter.

DefaultExportOptionsForm

Represents the default options form for export modules that do no have any custom options.

DocxExportProvider

Describes export to DOCX (Open XML) format.

DocxOptionsForm

Represents a form for editing the export options used by an RtfExporter when exporting to Open XML DOCX format.

EmfExportProvider

Describes export to Metafile objects representing the pages of a document.

EmfExporter

Provides export of a document to a sequence of metafiles in disk files or in a stream.

EmfOptionsForm

Represents a form for editing the export options used by an EmfExporter.

ExportOptionsFormBase

Represents a form for editing the export options used by an Exporter.

ExportProvider

The abstract base class describing a supported export format. All export providers describing specific formats (such as PDF or HTML) derive from this class. For the list of all available export providers, see RegisteredProviders.

ExportProviders

Represents the collection of registered export providers (classed derived from ExportProvider).

ExportUtil

Provides static utility methods for export and printing.

Exporter

The abstract base class for all exporter classes. An instance of an Exporter derived class is used to export a document.

GifExportProvider

Describes export to GIF files representing the pages of a document.

HtmlExportProvider

Describes export to HTML.

HtmlExporter

Represents an object that can be used to export a C1PrintDocument object to HTML.

HtmlOptionsForm

Represents a form for editing the export options used by an HtmlExporter.

ImageExportProvider

The abstract base class for all image export providers. Derived classes must override the GetImageFormat() method.

ImageExporter

Represents an object that can be used to export a document to a sequence of images.

ImagesOptionsForm

Represents a form for editing the export options used by an ImageExporter.

JpegExportProvider

Describes export to JPEG files representing the pages of a document.

PagesExportProvider

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

PagesExporter

Base class for all exporters working over list of pages. Derived classes must override ProcessPage method.

PdfExportProvider

Describes export to Adobe PDF format.

PdfExporter

Represents an object that can be used to export a document to PDF.

PdfOptionsForm

Represents a form for editing the export options used by an PdfExporter.

PdfSecurity

Represents security properties of a PDF document.

PdfViewerPreferences

Represents viewer preferences to be used when displaying a PDF document.

PngExportProvider

Describes export to PNG files representing the pages of a document.

RtfExportProvider

Describes export to RTF format.

RtfExporter

Represents an object that can be used to export a document to RTF and DOCX formats.

RtfOptionsForm

Represents a form for editing the export options used by an RtfExporter.

TiffExportProvider

Describes export to TIFF files representing the pages of a document.

XlsExportProvider

Describes export to XLS format.

XlsExporter

Represents an object that can be used to export a document to Excel (XLS and XLSX) formats.

XlsOptionsForm

Represents a form for editing the export options used by an XlsExporter.

XlsxExportProvider

Describes export to XLSX (Open XML) format.

XlsxOptionsForm

XpsExportProvider

Describes export to XPS format.

XpsExporter

Represents an object that can be used to export a document to XPS (XML paper specification) format.

Enums

HtmlExporter.LinksLocationsEnum

Defines the location of hyperlinks in the generated HTML pages.

HtmlExporter.LinksModeEnum

Defines the hyperlink generation mode.

PageLayoutEnum

Specifies the page layout to be used when a PDF document is opened.

PageModeEnum

Specifies how a PDF document should be displayed when opened.

PdfSecurity.EncryptionType

Specifies the type of encryption to use for a password-protected PDF document.