|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.8.30
|
| Leadtools.Codecs Namespace : CodecsJpeg2000RegionOfInterest Enumeration |
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
| Value | Member | Description |
|---|---|---|
| 0 | UseLeadRegion | Use the region stored in the RasterImage. ![]() ![]() ![]() ![]() |
| 1 | UseOptionRectangle | Use the region specified by RegionOfInterestRectangle. ![]() ![]() ![]() ![]() |
System.Object
System.ValueType
System.Enum
Leadtools.Codecs.CodecsJpeg2000RegionOfInterest