←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) 
             
  
get_DerivedQuantization(); 
set_DerivedQuantization(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize