public bool DerivedQuantization {get; set;}
'Declaration
Public Property DerivedQuantization As Boolean
'Usage
Dim instance As CodecsJpeg2000SaveOptions
Dim value As Boolean
instance.DerivedQuantization = value
value = instance.DerivedQuantization
public bool DerivedQuantization {get; set;}
@property (nonatomic, assign) BOOL derivedQuantization;
public boolean getDerivedQuantization()
public void setDerivedQuantization(boolean value)
get_DerivedQuantization();
set_DerivedQuantization(value);
Object.defineProperty('DerivedQuantization');
public:
property bool DerivedQuantization {
bool get();
void set ( bool value);
}
Property Value
true to use derived quantization, false to use expounded quantization.