LEADTOOLS Image File Support (Leadtools.Codecs assembly)

DerivedQuantization Property

Show in webframe







Gets or sets a value that indicates whether to use derived quantization or expounded quantization.
Syntax
public bool DerivedQuantization {get; set;}
'Declaration
 
Public Property DerivedQuantization As Boolean
'Usage
 
Dim instance As CodecsJpeg2000SaveOptions
Dim value As Boolean
 
instance.DerivedQuantization = value
 
value = instance.DerivedQuantization
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 value);
}

Property Value

true to use derived quantization, false to use expounded quantization.
Example
For an example, refer to CodecsJpeg2000Options.
Requirements

Target Platforms

See Also

Reference

CodecsJpeg2000SaveOptions Class
CodecsJpeg2000SaveOptions Members
Programming With JPEG 2000 Features

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.