LEADTOOLS Image File Support (Leadtools.Codecs assembly)

UseRegionOfInterest Property

Show in webframe







Indicates whether to use a region of interest.
Syntax
public bool UseRegionOfInterest {get; set;}
'Declaration
 
Public Property UseRegionOfInterest As Boolean
'Usage
 
Dim instance As CodecsJpeg2000SaveOptions
Dim value As Boolean
 
instance.UseRegionOfInterest = value
 
value = instance.UseRegionOfInterest
public bool UseRegionOfInterest {get; set;}
@property (nonatomic, assign) BOOL useRegionOfInterest;
public boolean getUseRegionOfInterest()
public void setUseRegionOfInterest(boolean value)
            
 
get_UseRegionOfInterest();
set_UseRegionOfInterest(value);
Object.defineProperty('UseRegionOfInterest');
public:
property bool UseRegionOfInterest {
   bool get();
   void set (    bool value);
}

Property Value

true to use a region of interest; false, otherwise.
Remarks
The type of region is specified by RegionOfInterest. If you do not want to use a region of interest, set this to false. Otherwise, there may be a significant compression and speed performance loss.
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.