SmartZone v8.0 - Updated
Accusoft.SmartZoneICR.Net Assembly / Accusoft.SmartZoneICRSdk Namespace / Segmentation Class / MinimumTextLineHeight Property




In This Topic
    MinimumTextLineHeight Property (Segmentation)
    In This Topic
    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