TdxDocumentImporterOptions.Format Method
In This Article
Returns the loaded document’s format.
#Declaration
Delphi
function Format: TdxRichEditDocumentFormat; virtual; abstract;
#Returns
Type |
---|
Tdx |
#Remarks
Call this function to identify the imported document’s format. Refer to the TdxRichEditDocumentFormat type description for detailed information on supported document formats.
See Also