Type property (ILTFileFormatInfo)
FORMAT_OUTPUT_TYPE Type | |
Overview |
Remarks
(Read only) Gets a value that represents the type of document to output (e.g. plain text, word processor, spreadsheet). For a list of possible values, refer to FORMAT_OUTPUT_TYPE.
This property is updated with the current value when the GetFileFormatInfo method is called.
The FileFormatInfo property is a pointer to an ILTFileFormatInfo object that accesses properties that are updated with the file format information. This information includes the name of the output text format (FormatName property), the default extension for the document (ExtName property), the type of document to output (Type property) and the name of the converter DLL (DLLName property). These ILTFileFormatInfo properties are read only, so they can only be used to get information about a file format. They cannot be used to change the file format information.
See Also