public int YResolution {get;}
public int YResolution {get;}
@property (nonatomic, assign, readonly) unsigned int yResolution;
public int getYResolution()
public:
property int YResolution {
int get();
}
'Declaration
Public ReadOnly Property YResolution As Integer
'Usage
Dim instance As CodecsImageInfo
Dim value As Integer
value = instance.YResolution
Property Value
The vertical resolution (DPI) of the image.