|
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 : DicomRangeType Enumeration |
public enum DicomRangeType : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
Public Enum DicomRangeType Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As DicomRangeType
public enum DicomRangeType : System.IComparable, System.IConvertible, System.IFormattable
public enum DicomRangeType
Leadtools.Dicom.DicomRangeType = function() { };
Leadtools.Dicom.DicomRangeType.prototype = {<br/>
None = 0x00000000,
Lower = 0x00000001,
Upper = 0x00000002,
Both = 0x00000003,
};
public enum class DicomRangeType : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomRangeType