C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets a value that indicates whether to use derived quantization or expounded quantization.
public bool DerivedQuantization { get; set; }
Public Property DerivedQuantization As Boolean
public bool DerivedQuantization {get; set;}
@property (nonatomic, assign) BOOL derivedQuantization
public boolean getDerivedQuantization()
public void setDerivedQuantization(boolean value)
<br/>get_DerivedQuantization();<br/>set_DerivedQuantization(value);<br/>Object.defineProperty('DerivedQuantization');
true to use derived quantization, false to use expounded quantization.
For an example, refer to CodecsJpeg2000Options.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET