SmartZone v6.1 for .NET - Updated
DetectSpaces Property (Segmentation)




Accusoft.SmartZoneICR.Net Assembly > Accusoft.SmartZoneICRSdk Namespace > Segmentation Class : DetectSpaces Property
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

Reference

Segmentation Class
Segmentation Members

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