Accusoft.Forms1 - Updated
MinimumTextLineHeight Property (Segmentation)



Accusoft.SmartZoneOCRSdk Namespace > Segmentation Class : MinimumTextLineHeight Property
Gets and Sets the minimum allowable text line height in pixels.
Syntax
Public Property MinimumTextLineHeight As Integer
Dim instance As Segmentation
Dim value As Integer
 
instance.MinimumTextLineHeight = value
 
value = instance.MinimumTextLineHeight
public int MinimumTextLineHeight {get; set;}
public:
property int MinimumTextLineHeight {
   int get();
   void set (    int value);
}
Remarks

Minimum value: 8

Default value: 8

This property is the minimum allowable text line height in pixels. It is used to prevent noise from being returned as a text line.

See Also

Reference

Segmentation Class
Segmentation Members