Class | Description | |
---|---|---|
BmpExportProvider | Describes export to bitmaps representing the pages of a document. | |
C1dbExporter | Represents an object that can be used to export a document to C1DB format. | |
C1dbExportProvider | Represents a C1.C1Preview.C1PrintDocument's native C1DB 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. | |
C1dExportProvider | Represents a C1.C1Preview.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 C1.C1Preview.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 C1.C1Preview.C1MultiDocument's native C1MDX format ExportProvider. | |
C1mdxOptionsForm | Represents the default options form for C1D/C1DX export modules. | |
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 Exporter.ProcessPage 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 System.Drawing.Imaging.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 ExportProviders.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 C1.C1Preview.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. | |
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 | ||
XpsExporter | Represents an object that can be used to export a document to XPS (XML paper specification) format. | |
XpsExportProvider | Describes export to XPS format. |