FileFormatInfo property (ILEADRasterDocument)
ILTFileFormatInfo * FileFormatInfo | |
Overview |
Remarks
(Read only) Gets a pointer to an ILTFileFormatInfo object that contains information on a supported file format.
The properties of this ILTFileFormatInfo object are updated by the GetFileFormatInfo method.
The GetOutputFileFormats method enumerates all available output file formats for the engine. For each format enumerated an EnumOutputFileFormats event is generated. Within this event the GetFileFormatInfo method can be called for each enumerated file format and the file format information updated in the FileFormatInfo property.
Since the ILTFileFormatInfo properties accessed by this property are read only, they can only be used to get information about the file format. They cannot be used to change the file format information.
See Also