Classes
Class | Description | |
---|---|---|
BmpExportProvider |
Describes export to bitmaps representing the pages of a document.
|
|
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.
|
|
C1dExportProvider |
Represents a C1PrintDocument's native C1D format ExportProvider.
|
|
C1dOptionsForm |
Represents the default options form for C1D/C1DX export modules.
|
|
C1dxExporter |
Represents an object that can be used to export a document to C1DX format.
|
|
C1dxExportProvider |
Represents a C1PrintDocument's native C1DX format ExportProvider.
|
|
C1ExporterBase |
The abstract base class for C1dExporterBase and C1mdxExporter classes.
|
|
C1mdxExporter |
Represents an object that can be used to export a document to C1MDX format.
|
|
C1mdxExportProvider |
Represents a C1MultiDocument's native C1MDX format ExportProvider.
|
|
C1mdxOptionsForm |
Represents the default options form for C1D/C1DX export modules.
|
|
C1ReportExporter |
Provides export of a C1Report to an external format
using one of C1Report-specific ExportFilter classes.
|
|
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.
|
|
C1ReportHtmlExporter |
Provides export of a C1Report to HTML.
|
|
C1ReportRtfExporter |
Provides export of a C1Report to RTF.
|
|
C1ReportTextExporter |
Provides export of a C1Report to plain text.
|
|
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.
|
|
ComplexExporterOptionsForm |
Represents a form for editing the export options used by a ComplexExporter.
|
|
ComplexExportProvider |
The abstract base class describing an export format
that performs export by iterating over the list of metafiles representing pages of a document.
|
|
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.
|
|
EmfExporter |
Provides export of a document to a sequence of metafiles in disk files or in a stream.
|
|
EmfExportProvider |
Describes export to Metafile objects representing the pages of a document.
|
|
EmfOptionsForm |
Represents a form for editing the export options used by an EmfExporter.
|
|
Exporter |
The abstract base class for all exporter classes.
An instance of an Exporter derived class is used to export a document.
|
|
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.
|
|
GifExportProvider |
Describes export to GIF files representing the pages of a document.
|
|
HtmlExporter |
Represents an object that can be used to export a C1PrintDocument object to HTML.
|
|
HtmlExportProvider |
Describes export to HTML.
|
|
HtmlOptionsForm |
Represents a form for editing the export options used by an HtmlExporter.
|
|
ImageExporter |
Represents an object that can be used to export a document to a sequence of images.
|
|
ImageExportProvider |
The abstract base class for all image export providers.
Derived classes must override the GetImageFormat()()()() method.
|
|
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.
|
|
PagesExporter |
Base class for all exporters working over list of pages.
Derived classes must override ProcessPage method.
|
|
PagesExportProvider |
The abstract base class for export providers that perform export by iterating
over the list of metafiles representing the pages of a document.
|
|
PdfExporter |
Represents an object that can be used to export a document to PDF.
|
|
PdfExportProvider |
Describes export to Adobe PDF format.
|
|
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.
|
|
ReportExcelExportProvider | ||
ReportHTMLExportProvider | ||
ReportHtmlOptionsForm |
Represents the default options form for C1Report-specific
HTML export modules.
|
|
ReportMetafileExportProvider | ||
ReportOpenXmlExportProvider | ||
ReportRTFExportProvider | ||
ReportRtfOptionsForm |
Represents the default options form for C1Report-specific
RTF export modules.
|
|
ReportTextExportProvider | ||
ReportTextOptionsForm |
Represents the default options form for C1Report-specific
plain text export modules.
|
|
ReportTIFFExportProvider | ||
RtfExporter |
Represents an object that can be used to export a document to RTF and DOCX formats.
|
|
RtfExportProvider |
Describes export to RTF format.
|
|
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.
|
|
XlsExporter |
Represents an object that can be used to export a document to Excel (XLS and XLSX) formats.
|
|
XlsExportProvider |
Describes export to XLS format.
|
|
XlsOptionsForm |
Represents a form for editing the export options used by an XlsExporter.
|
|
XlsxExportProvider |
Describes export to XLSX (Open XML) format.
|
|
XlsxOptionsForm |
Enumerations
Enumeration | Description | |
---|---|---|
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.
|