←Select platform

UseRegionOfInterest Property

Summary

Indicates whether to use a region of interest.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool UseRegionOfInterest { get; set; } 
Public Property UseRegionOfInterest As Boolean 
public bool UseRegionOfInterest {get; set;} 
@property (nonatomic, assign) BOOL useRegionOfInterest 
public boolean getUseRegionOfInterest() 
public void setUseRegionOfInterest(boolean value) 
             
 <br/>get_UseRegionOfInterest();<br/>set_UseRegionOfInterest(value);<br/>Object.defineProperty('UseRegionOfInterest');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly