SmartZone v8.0 - Updated
Accusoft.SmartZoneOCR.Net Assembly / Accusoft.SmartZoneOCRSdk Namespace / Segmentation Class / DetectSpaces Property




In This Topic
    DetectSpaces Property (Segmentation)
    In This Topic
    Gets and sets the property for the detection of spaces.
    Syntax
    'Declaration
     
    
    Public Property DetectSpaces As Boolean
    'Usage
     
    
    Dim instance As Segmentation
    Dim value As Boolean
     
    instance.DetectSpaces = value
     
    value = instance.DetectSpaces
    public bool DetectSpaces {get; set;}
    public: __property bool get_DetectSpaces();
    public: __property void set_DetectSpaces( 
       bool value
    );
    public:
    property bool DetectSpaces {
       bool get();
       void set (    bool value);
    }
    Remarks

    Default value: true

    This property is to determine whether spaces are allowed. The reader can automatically determine the spaces. However, if you know that there are no spaces or do not want any spaces in the result, then you can set the property to false.

    See Also