←Select platform

DicomJpeg2000RegionOfInterest Enumeration

Summary

Represents the region of interest to use.

Syntax

C#
VB
WinRT C#
C++
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

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly