←Select platform

DerivedQuantization Property

Summary

Gets or sets the flag that indicates whether to use derived quantization or expounded quantization.

Syntax

C#
VB
WinRT C#
C++
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); 
} 

Property Value

true to use derived quantization, false to use expounded quantization.

Example

For an example, refer to Jpeg2000Options.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly