GetFileFormatInfo method (ILEADRasterDocument)
Overview |
Remarks
Gets detailed information about the specified output format.
The GetOutputFileFormats method enumerates all output file formats supported by the engine. For each format enumerated by the GetOutputFileFormats method an EnumOutputFileFormats event is generated. Within the EnumOUtputFileFormats event the user can call the GetFileFormatInfo method to update the FileFormatInfo property with information about the enumerated file format.
See Also