TdxDocDocumentImporterOptions.Format Method
Returns the format corresponding to this (that is, DOC) document importer options type.
Declaration
function Format: TdxRichEditDocumentFormat; override;
Returns
Type |
---|
TdxRichEditDocumentFormat |
Remarks
Call this function to identify the document importer options type. The Format function always returns the TdxRichEditDocumentFormat.Doc value.
See Also