Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

CodecsJpeg2000RegionOfInterest Enumeration








Indicates which region of interest to use.
Syntax
public enum CodecsJpeg2000RegionOfInterest : System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
'Declaration
 
Public Enum CodecsJpeg2000RegionOfInterest 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As CodecsJpeg2000RegionOfInterest
public enum CodecsJpeg2000RegionOfInterest : System.IComparable, System.IConvertible, System.IFormattable  
typedef NS_ENUM(NSInteger, LTCodecsJpeg2000RegionOfInterest)
public enum CodecsJpeg2000RegionOfInterest
Leadtools.Codecs.CodecsJpeg2000RegionOfInterest = function() { };
Leadtools.Codecs.CodecsJpeg2000RegionOfInterest.prototype = {<br/>
  UseLeadRegion = 0,
	UseOptionRectangle = 1,
	
 };
public enum class CodecsJpeg2000RegionOfInterest : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0UseLeadRegionUse the region stored in the RasterImage.
1UseOptionRectangleUse the region specified by RegionOfInterestRectangle.
Example
For an example, refer to CodecsJpeg2000Options.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Codecs.CodecsJpeg2000RegionOfInterest

Requirements

Target Platforms

See Also

Reference

Leadtools.Codecs Namespace
Programming With JPEG 2000 Features

Error processing SSI file