 | OcrPix.FileFormat Property |
Gets input file format, IFF_*
Namespace:
Patagames.Ocr
Assembly:
Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.2.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
Type:
ImageFileFormat
See Also