LEADTOOLS Image File Support (Leadtools.Codecs assembly)

GuardBits Property

Show in webframe







Gets or sets the number of extra bits to consider when encoding an image.
Syntax
public int GuardBits {get; set;}
'Declaration
 
Public Property GuardBits As Integer
'Usage
 
Dim instance As CodecsJpeg2000SaveOptions
Dim value As Integer
 
instance.GuardBits = value
 
value = instance.GuardBits
public int GuardBits {get; set;}
@property (nonatomic, assign) unsigned int guardBits;
public int getGuardBits()
public void setGuardBits(int value)
            
 
get_GuardBits();
set_GuardBits(value);
Object.defineProperty('GuardBits');
public:
property int GuardBits {
   int get();
   void set (    int value);
}

Property Value

Possible values are 0 - 7. The default is 2. A value of 2 or 1 will produce the best compression.
Remarks
This prevents coding overflow.
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.