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