←Select platform

DicomJpeg2000RegionOfInterest Enumeration

Summary

Represents the region of interest to use.

Syntax
C#
VB
C++
public enum DicomJpeg2000RegionOfInterest   
Public Enum DicomJpeg2000RegionOfInterest  
public enum class DicomJpeg2000RegionOfInterest   

Members
ValueMemberDescription
0UseLeadRegion 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.
1UseOptionRectangle Use the rectangle specified in the RegionOfInterestRectangle to define the region of interest.

Remarks

If UseLeadRegion is used, then any region shape is acceptable. It will be converted internally by the filter to a rectangle.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly