The IExportFormat interface contains properties that return information about the format, to which the object is exported.
Property name | Brief description | |
Description | The Description property returns description of the format, to which export is executed. | |
FileExtension | The FileExtension property returns extension of the files corresponding to the format, to which export is executed. | |
FilterString | The FilterString property returns the filtering string used in different dialogs to get files of this format. | |
MimeType | The MimeType property determines the MIME type for this format. | |
Tag | The Tag property returns identifier of the format, to which export is executed. |
See also: