| Visual Basic (Declaration) | |
|---|---|
Public Enum DicomJpeg2000RegionOfInterest Inherits Enum | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum DicomJpeg2000RegionOfInterest : Enum | |
| C++/CLI | |
|---|---|
public enum class DicomJpeg2000RegionOfInterest : public Enum | |
| Member | Description |
|---|---|
| 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. |
| UseOptionRectangle | Use the rectangle specified in the DicomJpeg2000Options.RegionOfInterestRectangle to define the region of interest. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomJpeg2000RegionOfInterest
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Copy Code