←Select platform

UseRegionOfInterest Property

Summary
Indicates whether to use a region of interest.
Syntax
C#
VB
Objective-C
C++
Java
public bool UseRegionOfInterest { get; set; } 
Public Property UseRegionOfInterest As Boolean 
@property (nonatomic, assign) BOOL useRegionOfInterest 
public boolean getUseRegionOfInterest() 
public void setUseRegionOfInterest(boolean value) 
public: 
property bool UseRegionOfInterest { 
   bool get(); 
   void set (    bool ); 
} 

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

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.