Leadtools.Dicom Namespace : DicomAnnotationTextOptions Enumeration |
[FlagsAttribute()] public enum DicomAnnotationTextOptions : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum DicomAnnotationTextOptions Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As DicomAnnotationTextOptions
[FlagsAttribute()] public enum DicomAnnotationTextOptions : System.IComparable, System.IConvertible, System.IFormattable
Leadtools.Dicom.DicomAnnotationTextOptions = function() { }; Leadtools.Dicom.DicomAnnotationTextOptions.prototype = {
None = 0x00000000, FontName = 0x00000001, };
[FlagsAttribute()] public enum class DicomAnnotationTextOptions : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
Value | Member | Description |
---|---|---|
0x00000000 | None | No optional elements are present in the dataset. |
0x00000001 | FontName | The "Font Name" element (0070,0227) is present in the dataset. |
System.Object
System.ValueType
System.Enum
Leadtools.Dicom.DicomAnnotationTextOptions