Gets and sets the vertical resolution for the image data, in pixels per inch.
'Declaration
Public Property YResolution As Integer
'Usage
Dim instance As ImageDataInfo
Dim value As Integer
instance.YResolution = value
value = instance.YResolution
public int YResolution {get; set;}
public: __property int get_YResolution();
public: __property void set_YResolution(
int value
);
public:
property int YResolution {
int get();
void set ( int value);
}
Property Value
An integer value which represents the y (vertical) resolution.