ImageGear .NET - Updated
Baseline Property (ImGearRecLetter)




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecLetter Class : Baseline Property
Gets or sets Y coordinate of the baseline in pixels.
Syntax
'Declaration
 
Public Property Baseline As UShort
'Usage
 
Dim instance As ImGearRecLetter
Dim value As UShort
 
instance.Baseline = value
 
value = instance.Baseline
public ushort Baseline {get; set;}
public: __property ushort get_Baseline();
public: __property void set_Baseline( 
   ushort value
);
public:
property ushort Baseline {
   ushort get();
   void set (    ushort value);
}

Property Value

Any positive value.
See Also

Reference

ImGearRecLetter Class
ImGearRecLetter Members