ImageGear .NET - Updated
YRes Property




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

Property Value

Integer value.
See Also

Reference

ImGearRecImage Class
ImGearRecImage Members