Accusoft.SmartZoneOCR5.Net - Updated
DetectSpaces Property






Accusoft.SmartZoneOCRSdk Namespace > Segmentation Class : DetectSpaces Property
Gets and Sets the property for the detection of spaces.
Syntax
'Declaration
 
Public Property DetectSpaces As System.Boolean
'Usage
 
Dim instance As Segmentation
Dim value As System.Boolean
 
instance.DetectSpaces = value
 
value = instance.DetectSpaces
public System.bool DetectSpaces {get; set;}
public read-write property DetectSpaces: System.Boolean; 
public function get,set DetectSpaces : System.boolean
public: __property System.bool get_DetectSpaces();
public: __property void set_DetectSpaces( 
   System.bool value
);
public:
property System.bool DetectSpaces {
   System.bool get();
   void set (    System.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