Visual Basic (Declaration) | |
---|---|
Public Enum DicomJpeg2000RegionOfInterest Inherits System.Enum Implements IComparable, IConvertible, IFormattable |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As DicomJpeg2000RegionOfInterest |
C# | |
---|---|
public enum DicomJpeg2000RegionOfInterest : System.Enum, IComparable, IConvertible, IFormattable |
C++/CLI | |
---|---|
public enum class DicomJpeg2000RegionOfInterest : public System.Enum, IComparable, IConvertible, IFormattable |
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. |
If UseLeadRegion is used, then any region shape is acceptable. It will be converted internally by the filter to a rectangle.
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomJpeg2000RegionOfInterest
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)