public int InfoXResolution {get; set;}
'Declaration
Public Property InfoXResolution As Integer
'Usage
Dim instance As CodecsOverlayData
Dim value As Integer
instance.InfoXResolution = value
value = instance.InfoXResolution
public int InfoXResolution {get; set;}
@property (nonatomic, assign) unsigned int infoXResolution;
public int getInfoXResolution()
public void setInfoXResolution(int value)
get_InfoXResolution();
set_InfoXResolution(value);
Object.defineProperty('InfoXResolution');
public:
property int InfoXResolution {
int get();
void set ( int value);
}
Property Value
The overlay image horizontal 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 horizontal resolution, otherwise ignore.