ImageGear .NET - Updated
XRes Property




ImageGear24.Recognition Assembly > ImageGear.Recognition Namespace > ImGearRecImage Class : XRes Property
Gets horizontal resolution of image in dots per inch.
Syntax
'Declaration
 
Public ReadOnly Property XRes As Integer
'Usage
 
Dim instance As ImGearRecImage
Dim value As Integer
 
value = instance.XRes
public int XRes {get;}
public: __property int get_XRes();
public:
property int XRes {
   int get();
}

Property Value

Integer value.
See Also

Reference

ImGearRecImage Class
ImGearRecImage Members