C#
VB
WinRT C#
C++
Represents the region of interest to use.
public enum DicomJpeg2000RegionOfInterest
Public Enum DicomJpeg2000RegionOfInterest
public enum DicomJpeg2000RegionOfInterest
Leadtools.Dicom.DicomJpeg2000RegionOfInterest = function() { };
Leadtools.Dicom.DicomJpeg2000RegionOfInterest.prototype = {<br/>
LeadtoolsMemberMarker(replace me)
};
public enum class DicomJpeg2000RegionOfInterest
Members
Value | Member | Description |
---|---|---|
0 | 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. |
1 | UseOptionRectangle | Use the rectangle specified in the 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.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET