Gets or sets the horizontal resolution (DPI) to load.
public int XResolution {get; set;}
'Declaration
Public Property XResolution As Integer
'Usage
Dim instance As CodecsWmfLoadOptions
Dim value As Integer
instance.XResolution = value
value = instance.XResolution
public int XResolution {get; set;}
get_XResolution();
set_XResolution(value);
Object.defineProperty('XResolution');
public:
property int XResolution {
int get();
void set ( int value);
}
Property Value
The horizontal resolution (DPI) to load.