| Leadtools.Dicom Namespace : DicomJpeg2000RegionOfInterest Enumeration |
public enum DicomJpeg2000RegionOfInterest : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum DicomJpeg2000RegionOfInterest Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As DicomJpeg2000RegionOfInterest
public enum DicomJpeg2000RegionOfInterest : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Dicom.DicomJpeg2000RegionOfInterest = function() { };
Leadtools.Dicom.DicomJpeg2000RegionOfInterest.prototype = {
UseLeadRegion = 0x00000000,
UseOptionRectangle = 0x00000001,
};
public enum class DicomJpeg2000RegionOfInterest : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| Value | Member | Description |
|---|---|---|
| 0x00000000 | UseLeadRegion | Use the LEAD image region to define the region of interest. (Any region shape is acceptable; it will be converted internally by the filter to a rectangle. ![]() ![]() ![]() |
| 0x00000001 | UseOptionRectangle | Use the rectangle specified in the DicomJpeg2000Options.RegionOfInterestRectangle to define the region of interest. ![]() ![]() ![]() |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomJpeg2000RegionOfInterest