[]
The abstract base class for C1dExporter and C1dxExporter classes.
public abstract class C1dExporterBase : C1ExporterBase
Name | Description |
---|---|
C1dExporterBase() |
Name | Description |
---|---|
C1DocumentFormat | Gets a C1DocumentFormatEnum value that determines the format used to save the document. |
CanChangeFontEmbedding | Gets a value indicating whether font embedding in the exported document can be changed. Gets false if the source document cannot be regenerated with different font embedding settings. |
EmbedTrueTypeFonts | Gets or sets a value indicating whether to embed TrueType fonts used in the source document, in the produced document. Note that this property cannot be set if CanChangeFontEmbedding gets false. The default value depends on the document being exported. |
FontHandling | Gets a FontHandling value used by this exporter. If it is different from the document's own value, the document will be regenerated during export. |
Name | Description |
---|---|
Clear() | Resets the internal state of the exporter and all its public properties. |
CopyPropertiesFromOptionsForm(ExportOptionsFormBase) | Copies the options from the specified export options form to corresponding properties on the current exporter. |
CopyPropertiesToOptionsForm(ExportOptionsFormBase) | Copies the properties of the current exporter to corresponding user-editable options of the specified export options form. |
InternalExport() | Performs export to a disk file or to a stream. |