Sensitivity property (LEADMrc Control)
Builder Syntax |
int Sensitivity |
Delphi Syntax |
Sensitivity: L_INT |
Overview |
Refer to Working with the LEADMrc Control. |
Remarks
(Persistent property, available at design time) (Document/Medical only) Threshold value that is used to determine a segment's type. This is a control parameter used internally by the AutoSegment method to determine whether a certain segment should be considered as text, grayscale or an image. Higher values mean more segments are considered as text. Lower values mean more segments are considered as images. This property is used only when calling the AutoSegment method. Possible values are between 1 and 100. The default value is 2.
See Also