ImageGear .NET - Updated
SpacesCount Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecLetter Class : SpacesCount Property
Gets or sets the number of spaces if this letter is a space.
Syntax
'Declaration
 
Public Property SpacesCount As UShort
'Usage
 
Dim instance As ImGearRecLetter
Dim value As UShort
 
instance.SpacesCount = value
 
value = instance.SpacesCount
public ushort SpacesCount {get; set;}
public: __property ushort get_SpacesCount();
public: __property void set_SpacesCount( 
   ushort value
);
public:
property ushort SpacesCount {
   ushort get();
   void set (    ushort value);
}

Property Value

Ushort value.
See Also

Reference

ImGearRecLetter Class
ImGearRecLetter Members