Error processing SSI file
LEADTOOLS Medical (Leadtools.Dicom assembly)

Show in webframe

DicomAnnotationOptions Enumeration








Flags that control the behavior of reading (i.e. GetCompoundGraphicInformation) and writing (i.e SetCompoundGraphicInformation) DICOM annotations
Syntax
'Declaration
 
<FlagsAttribute()>
Public Enum DicomAnnotationOptions 
   Inherits System.Enum
   Implements System.IComparable, System.IConvertible, System.IFormattable 
'Usage
 
Dim instance As DicomAnnotationOptions
[FlagsAttribute()]
public enum DicomAnnotationOptions : System.IComparable, System.IConvertible, System.IFormattable  
Leadtools.Dicom.DicomAnnotationOptions = function() { };
Leadtools.Dicom.DicomAnnotationOptions.prototype = {<br/>
  LeadtoolsMemberMarker(replace me)
 };
[FlagsAttribute()]
public enum class DicomAnnotationOptions : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable  
Members
ValueMemberDescription
0x00000000None The optional sequences and elements are not present, or should not be written.
0x00000001Line The "Line Style Sequence" (0070,0232) is present, or should be written.
0x00000002Fill The "Fill Style Sequence" (0070,0233) is present, or should be written.
0x00000004Text The "Text Style Sequence" (0070,0231) is present, or should be written.
0x00000008GraphicGroupId The "Graphic Group ID" element (0070,0295) is present, or should be written.
0x00000010CompoundGraphicInstanceId The "Compound Graphic Instance ID" element (0070,0226) is present, or should be written.
Remarks
When reading, the DicomAnnotationOptions flags indicate whether an optional sequence or item is present. When writing, the DicomAnnotationOptions flags indicate whether an optional sequence or item is to be written.
Example
For an example, refer to CreateCompoundGraphic.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.Dicom.DicomAnnotationOptions

Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom Namespace

Error processing SSI file
Leadtools.Dicom requires a Medical toolkit server license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features