GetOutputFileFormats method (ILEADRasterDocument)
short GetOutputFileFormats (); | |
Overview |
Remarks
Enumerates all available output file formats in the OCR engine.
For each format enumerated by this 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