←Select platform

DicomAnnotationOptions Enumeration

Summary

Flags that control the behavior of reading (i.e. GetCompoundGraphicInformation) and writing (i.e SetCompoundGraphicInformation) DICOM annotations

Syntax
C#
VB
C++
[FlagsAttribute()] 
public enum DicomAnnotationOptions   
<FlagsAttribute()> 
Public Enum DicomAnnotationOptions  
[FlagsAttribute()] 
public enum class DicomAnnotationOptions   

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.

Requirements

Target Platforms

See Also

Reference

Leadtools.Dicom Namespace

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly