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




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

    Property Value

    Integer value.
    See Also