TdxDocDocumentExporterOptions.Format Method
Returns the format corresponding to this document exporter options type.
Declaration
function Format: TdxRichEditDocumentFormat; override;
Returns
| Type |
|---|
| TdxRichEditDocumentFormat |
Remarks
Call this function to identify the document exporter options type. The Format function always returns the TdxRichEditDocumentFormat.Doc value.
See Also