Accusoft.Forms1 - Updated
DetectSpaces Property (Segmentation)



Accusoft.SmartZoneOCRSdk Namespace > Segmentation Class : DetectSpaces Property
Gets and Sets the property for the detection of spaces.
Syntax
Public Property DetectSpaces As Boolean
Dim instance As Segmentation
Dim value As Boolean
 
instance.DetectSpaces = value
 
value = instance.DetectSpaces
public bool DetectSpaces {get; set;}
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

Reference

Segmentation Class
Segmentation Members