 | OcrPixFileFormat Property |
Gets input file format, IFF_*
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic ImageFileFormat FileFormat { get; }Public ReadOnly Property FileFormat As ImageFileFormat
Get
public:
property ImageFileFormat FileFormat {
ImageFileFormat get ();
}member FileFormat : ImageFileFormat with get
/** @property */
public ImageFileFormat get_FileFormat()
function get_FileFormat();
Property Value
ImageFileFormat
See Also