ImageGear .NET v25.2 - Updated
ImageGear.OCR Assembly / ImageGear.OCR Namespace / ImGearOCRImage Class / YRes Property




In This Topic
    YRes Property
    In This Topic
    Gets vertical resolution of image in dots per inch.
    Syntax
    'Declaration
     
    Public MustOverride ReadOnly Property YRes As Integer
    'Usage
     
    Dim instance As ImGearOCRImage
    Dim value As Integer
     
    value = instance.YRes
    public abstract int YRes {get;}
    public: __property abstract int get_YRes();
    public:
    abstract property int YRes {
       int get();
    }

    Property Value

    Integer value.
    See Also