SmartZone v7.2 - Updated
MinimumTextLineHeight Property (Segmentation)




Accusoft.SmartZoneOCR.Net Assembly > Accusoft.SmartZoneOCRSdk Namespace > Segmentation Class : MinimumTextLineHeight Property
This property has been deprecated and will be removed from the API in a future release.
Gets and sets the minimum allowable text line height in pixels.
Syntax
'Declaration
 
Public Property MinimumTextLineHeight As Integer
'Usage
 
Dim instance As Segmentation
Dim value As Integer
 
instance.MinimumTextLineHeight = value
 
value = instance.MinimumTextLineHeight
public int MinimumTextLineHeight {get; set;}
public: __property int get_MinimumTextLineHeight();
public: __property void set_MinimumTextLineHeight( 
   int value
);
public:
property int MinimumTextLineHeight {
   int get();
   void set (    int value);
}
Exceptions
ExceptionDescription
The value is less than 8.
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

Is this page helpful?
Yes No
Thanks for your feedback.