C#
VB
WinRT C#
C++
Gets or sets the flag 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;}
<br/>get_DerivedQuantization();<br/>set_DerivedQuantization(value);<br/>Object.defineProperty('DerivedQuantization');
public:
property bool DerivedQuantization {
bool get();
void set ( bool value);
}
true to use derived quantization, false to use expounded quantization.
For an example, refer to Jpeg2000Options.
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