Classes

  Class Description
Public class BmpExportProvider
Describes export to bitmaps representing the pages of a document.
Public class C1dExporter
Represents an object that can be used to export a document to C1D format.
Public class C1dExporterBase
The abstract base class for C1dExporter and C1dxExporter classes.
Public class C1dExportProvider
Represents a C1PrintDocument's native C1D format ExportProvider.
Public class C1dOptionsForm
Represents the default options form for C1D/C1DX export modules.
Public class C1dxExporter
Represents an object that can be used to export a document to C1DX format.
Public class C1dxExportProvider
Represents a C1PrintDocument's native C1DX format ExportProvider.
Public class C1ExporterBase
The abstract base class for C1dExporterBase and C1mdxExporter classes.
Public class C1mdxExporter
Represents an object that can be used to export a document to C1MDX format.
Public class C1mdxExportProvider
Represents a C1MultiDocument's native C1MDX format ExportProvider.
Public class C1mdxOptionsForm
Represents the default options form for C1D/C1DX export modules.
Public class C1ReportExporter
Provides export of a C1Report to an external format using one of C1Report-specific ExportFilter classes.
Public class C1ReportExportProvider
The abstract base class describing an export format that uses one of C1Report-specific ExportFilter classes to perform export. All derived export formats only support export of C1Report objects.
Public class C1ReportHtmlExporter
Provides export of a C1Report to HTML.
Public class C1ReportRtfExporter
Provides export of a C1Report to RTF.
Public class C1ReportTextExporter
Provides export of a C1Report to plain text.
Public class 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, Int32, Boolean) method.
Public class ComplexExporterOptionsForm
Represents a form for editing the export options used by a ComplexExporter.
Public class ComplexExportProvider
The abstract base class describing an export format that performs export by iterating over the list of metafiles representing pages of a document.
Public class DefaultExportOptionsForm
Represents the default options form for export modules that do no have any custom options.
Public class DocxExportProvider
Describes export to DOCX (Open XML) format.
Public class DocxOptionsForm
Represents a form for editing the export options used by an RtfExporter when exporting to Open XML DOCX format.
Public class EmfExporter
Provides export of a document to a sequence of metafiles in disk files or in a stream.
Public class EmfExportProvider
Describes export to Metafile objects representing the pages of a document.
Public class EmfOptionsForm
Represents a form for editing the export options used by an EmfExporter.
Public class Exporter
The abstract base class for all exporter classes. An instance of an Exporter derived class is used to export a document.
Public class ExportOptionsFormBase
Represents a form for editing the export options used by an Exporter.
Public class 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.
Public class ExportProviders
Represents the collection of registered export providers (classed derived from ExportProvider).
Public class ExportUtil
Provides static utility methods for export and printing.
Public class GifExportProvider
Describes export to GIF files representing the pages of a document.
Public class HtmlExporter
Represents an object that can be used to export a C1PrintDocument object to HTML.
Public class HtmlExportProvider
Describes export to HTML.
Public class HtmlOptionsForm
Represents a form for editing the export options used by an HtmlExporter.
Public class ImageExporter
Represents an object that can be used to export a document to a sequence of images.
Public class ImageExportProvider
The abstract base class for all image export providers. Derived classes must override the GetImageFormat()()()() method.
Public class ImagesOptionsForm
Represents a form for editing the export options used by an ImageExporter.
Public class JpegExportProvider
Describes export to JPEG files representing the pages of a document.
Public class PagesExporter
Base class for all exporters working over list of pages. Derived classes must override ProcessPage method.
Public class PagesExportProvider
The abstract base class for export providers that perform export by iterating over the list of metafiles representing the pages of a document.
Public class PdfExporter
Represents an object that can be used to export a document to PDF.
Public class PdfExportProvider
Describes export to Adobe PDF format.
Public class PdfOptionsForm
Represents a form for editing the export options used by an PdfExporter.
Public class PdfSecurity
Represents security properties of a PDF document.
Public class PdfViewerPreferences
Represents viewer preferences to be used when displaying a PDF document.
Public class PngExportProvider
Describes export to PNG files representing the pages of a document.
Public class ReportExcelExportProvider
Describes export of a C1Report to Microsoft Excel (Excel).
Public class ReportHTMLExportProvider
Describes export of a C1Report to HTML (HTML, HTMLPaged or HTMLDrillDown).
Public class ReportHtmlOptionsForm
Represents the default options form for C1Report-specific HTML export modules.
Public class ReportMetafileExportProvider
Describes export of a C1Report to compressed metafile (Metafile).
Public class ReportOpenXmlExportProvider
Describes export of a C1Report to OpenXml Excel (OpenXml).
Public class ReportRTFExportProvider
Describes export of a C1Report to RTF (RTF or RTFLabels).
Public class ReportRtfOptionsForm
Represents the default options form for C1Report-specific RTF export modules.
Public class ReportTextExportProvider
Describes export of a C1Report to plain text (Text).
Public class ReportTextOptionsForm
Represents the default options form for C1Report-specific plain text export modules.
Public class ReportTIFFExportProvider
Describes export of a C1Report to TIFF image (TIFF).
Public class RtfExporter
Represents an object that can be used to export a document to RTF and DOCX formats.
Public class RtfExportProvider
Describes export to RTF format.
Public class RtfOptionsForm
Represents a form for editing the export options used by an RtfExporter.
Public class TiffExportProvider
Describes export to TIFF files representing the pages of a document.
Public class XlsExporter
Represents an object that can be used to export a document to Excel (XLS and XLSX) formats.
Public class XlsExportProvider
Describes export to XLS format.
Public class XlsOptionsForm
Represents a form for editing the export options used by an XlsExporter.
Public class XlsxExportProvider
Describes export to XLSX (Open XML) format.
Public class XlsxOptionsForm

Enumerations

  Enumeration Description
Public enumeration HtmlExporter..::..LinksLocationsEnum
Defines the location of hyperlinks in the generated HTML pages.
Public enumeration HtmlExporter..::..LinksModeEnum
Defines the hyperlink generation mode.
Public enumeration PageLayoutEnum
Specifies the page layout to be used when a PDF document is opened.
Public enumeration PageModeEnum
Specifies how a PDF document should be displayed when opened.