| Leadtools.Dicom.Common.Compare Namespace : TagLocation Enumeration | 
public enum TagLocation : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration Public Enum TagLocation Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As TagLocation
public enum class TagLocation : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| Value | Member | Description | 
|---|---|---|
| 0x00000000 | First | The tag is located in the first DICOM dataset used in the comparison. | 
| 0x00000001 | Second | The tag is located in the second DICOM dataset used in the comparison. | 
| 0x00000002 | Both | The tag is located in both DICOM datasets used in the comparison. | 
System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.Common.Compare.TagLocation