Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
CodecsJpeg2000RegionOfInterest Enumeration
See Also  
Leadtools.Codecs Namespace : CodecsJpeg2000RegionOfInterest Enumeration



Indicates which region of interest to use.

Syntax

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

Members

MemberDescription
UseLeadRegion Use the region stored in the RasterImage.
UseOptionRectangle Use the region specified by CodecsJpeg2000Options+CodecsJpeg2000SaveOptions.RegionOfInterestRectangle

Example

For an example, refer to CodecsJpeg2000Options.

Remarks

This enumeration is used with the CodecsJpeg2000Options+CodecsJpeg2000SaveOptions.RegionOfInterest property.

Inheritance Hierarchy

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

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also