ImageGear .NET - Updated
SpaceType Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecLetter Class : SpaceType Property
Gets or sets the type of the space, such as real space, tab, dot leader, etc.
Syntax
'Declaration
 
Public Property SpaceType As ImGearRecSpaceType
'Usage
 
Dim instance As ImGearRecLetter
Dim value As ImGearRecSpaceType
 
instance.SpaceType = value
 
value = instance.SpaceType
public ImGearRecSpaceType SpaceType {get; set;}
public: __property ImGearRecSpaceType get_SpaceType();
public: __property void set_SpaceType( 
   ImGearRecSpaceType value
);
public:
property ImGearRecSpaceType SpaceType {
   ImGearRecSpaceType get();
   void set (    ImGearRecSpaceType value);
}

Property Value

ImGearRecSpaceType value.
See Also

Reference

ImGearRecLetter Class
ImGearRecLetter Members