public bool DisableMmx {get; set;}
'Declaration
Public Property DisableMmx As Boolean
'Usage
Dim instance As CodecsJpegLoadOptions
Dim value As Boolean
instance.DisableMmx = value
value = instance.DisableMmx
public bool DisableMmx {get; set;}
public boolean getDisableMmx()
public void setDisableMmx(boolean value)
<br/>get_DisableMmx();<br/>set_DisableMmx(value);<br/>Object.defineProperty('DisableMmx');
public:
property bool DisableMmx {
bool get();
void set ( bool value);
}
Property Value
true to disable MMX, false to enable it.