public bool UseFastConversion {get; set;}
'Declaration
Public Property UseFastConversion As Boolean
'Usage
Dim instance As CodecsJpegLoadOptions
Dim value As Boolean
instance.UseFastConversion = value
value = instance.UseFastConversion
public bool UseFastConversion {get; set;}
@property (nonatomic, assign) BOOL useFastConversion
public boolean getUseFastConversion()
public void setUseFastConversion(boolean value)
<br/>get_UseFastConversion();<br/>set_UseFastConversion(value);<br/>Object.defineProperty('UseFastConversion');
public:
property bool UseFastConversion {
bool get();
void set ( bool value);
}
Property Value
true to enable fast color conversion, false to disable it.