←Select platform

DerivedQuantization Property

Summary

Gets or sets a value that indicates whether to use derived quantization or expounded quantization.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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');  
public: 
property bool DerivedQuantization { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

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

Example

For an example, refer to CodecsJpeg2000Options.

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.Codecs Assembly