Gets or sets the value that indicates whether to use a region of interest.
public bool UseRegionOfInterest { get; set; }
Public Property UseRegionOfInterest As Boolean
public bool UseRegionOfInterest {get; set;}
<br/>get_UseRegionOfInterest();<br/>set_UseRegionOfInterest(value);<br/>Object.defineProperty('UseRegionOfInterest');
public:
property bool UseRegionOfInterest {
bool get();
void set ( bool value);
}
true to Use a region of interest as specified in the RegionOfInterest property, false to command not to use the region of interest.
If you do not want to use a region of interest, set this property to false. Otherwise, there may be a significant compression and speed performance loss.
For an example, refer to Jpeg2000Options.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET