ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRLetter Class / Baseline Property




In This Topic
    Baseline Property (ImGearOCRLetter)
    In This Topic
    Gets the character baseline.
    Syntax
    'Declaration
     
    Public ReadOnly Property Baseline As Integer
    'Usage
     
    Dim instance As ImGearOCRLetter
    Dim value As Integer
     
    value = instance.Baseline
    public int Baseline {get;}
    public: __property int get_Baseline();
    public:
    property int Baseline {
       int get();
    }
    See Also