public bool ForceCieLab {get; set;}
'Declaration
Public Property ForceCieLab As Boolean
'Usage
Dim instance As CodecsJpegLoadOptions
Dim value As Boolean
instance.ForceCieLab = value
value = instance.ForceCieLab
public bool ForceCieLab {get; set;}
@property (nonatomic, assign) BOOL forceCieLab;
public boolean getForceCieLab()
public void setForceCieLab(boolean value)
get_ForceCieLab();
set_ForceCieLab(value);
Object.defineProperty('ForceCieLab');
public:
property bool ForceCieLab {
bool get();
void set ( bool value);
}
Property Value
true to force the load process to expect CIELAB colorspace data in the file.