Accusoft Pegasus
Accusoft.MicrXpress1.Net
DetectSpaces Property
See Also  Send Feedback
Accusoft.MicrXpressSdk Namespace > Segmentation Class : DetectSpaces Property




Gets or sets a value indicating wheter to perform detection of spaces.

Syntax

Visual Basic (Declaration)  
Public Property DetectSpaces As Boolean
Visual Basic (Usage) Copy Code
Dim instance As Segmentation
Dim value As Boolean
 
instance.DetectSpaces = value
 
value = instance.DetectSpaces
C#  
public bool DetectSpaces {get; set;}
Managed Extensions for C++  
public: __property bool get_DetectSpaces();
public: __property void set_DetectSpaces( 
   bool value
);
C++/CLI  
public:
property bool DetectSpaces {
   bool get();
   void set (boolvalue);
}

Remarks

The default value is true.

Use this property 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 spaces in the result, then set the property to false.

See Also


©2009. Pegasus Imaging Corporation, DBA Accusoft Pegasus. All Rights Reserved.