 | OcrApiThresholdedImageScaleFactor Property |
Gets the scale factor of the thresholded image that would be returned
ThresholdedImage
and the various methods that call
GetComponentImages.
Equals 0 if no thresholder has been set.
Namespace: Patagames.OcrAssembly: Patagames.Ocr (in Patagames.Ocr.dll) Version: 4.6.411
Syntaxpublic int ThresholdedImageScaleFactor { get; }Public ReadOnly Property ThresholdedImageScaleFactor As Integer
Get
public:
property int ThresholdedImageScaleFactor {
int get ();
}member ThresholdedImageScaleFactor : int with get
/** @property */
public int get_ThresholdedImageScaleFactor()
function get_ThresholdedImageScaleFactor();
Property Value
Int32
See Also