LEADTOOLS Image File Support (Leadtools.Codecs assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
CodecsJpeg2000RegionOfInterest Enumeration
See Also  
Leadtools.Codecs Namespace : CodecsJpeg2000RegionOfInterest Enumeration



Indicates which region of interest to use.

Syntax

Visual Basic (Declaration) 
Public Enum CodecsJpeg2000RegionOfInterest 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As CodecsJpeg2000RegionOfInterest
C# 
public enum CodecsJpeg2000RegionOfInterest : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class CodecsJpeg2000RegionOfInterest : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
UseLeadRegionUse the region stored in the Leadtools.RasterImage.
UseOptionRectangleUse the region specified by CodecsJpeg2000SaveOptions.RegionOfInterestRectangle.

Example

For an example, refer to CodecsJpeg2000Options.

Inheritance Hierarchy

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

Requirements

Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also