public int InfoYResolution {get; set;}
'Declaration
Public Property InfoYResolution As Integer
'Usage
Dim instance As CodecsOverlayData
Dim value As Integer
instance.InfoYResolution = value
value = instance.InfoYResolution
public int InfoYResolution {get; set;}
@property (nonatomic, assign) unsigned int infoYResolution;
public int getInfoYResolution()
public void setInfoYResolution(int value)
get_InfoYResolution();
set_InfoYResolution(value);
Object.defineProperty('InfoYResolution');
public:
property int InfoYResolution {
int get();
void set ( int value);
}
Property Value
The overlay image vertical resolution in pixels per inch. If the
Info property of this
CodecsOverlayData object is true, you need to set this property to the overlay image vertical resolution, otherwise ignore.