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)
get_UseFastConversion();
set_UseFastConversion(value);
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.