←Select platform

DicomJpeg2000RegionOfInterest Enumeration

Summary
Represents the region of interest to use.
Syntax
C#
Objective-C
C++/CLI
public enum DicomJpeg2000RegionOfInterest   
typedef NS_ENUM(NSInteger, LTDicomJpeg2000RegionOfInterest) { 
	LTDicomJpeg2000RegionOfInterestUseLeadRegion = 0,  
	LTDicomJpeg2000RegionOfInterestUseOptionRectangle = 1,  
}; 
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 22.0.2023.1.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.