Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.3.25
|
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 = {<br/> LeadtoolsMemberMarker(replace me) };
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 RegionOfInterestRectangle to define the region of interest. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomJpeg2000RegionOfInterest