←Select platform

DicomAnnotationLineOptions Enumeration

Summary

Controls the behavior of reading (i.e. GetCompoundGraphicInformation) and writing (i.e SetCompoundGraphicInformation) DicomLineStyle objects

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

Members
ValueMemberDescription
0x00000000None The "Pattern Off Color CIELab Value" element (0070,0252) and the "Pattern Off Opacity" (0070,0285) are not present, or should not be written
0x00000001PatternOffColorCielabValue The "Pattern Off Color CIELab Value" element (0070,0252) is present, or should be written
0x00000002PatternOffOpacity The "Pattern Off Opacity" (0070,0285) is present, or should be written

Remarks

When reading, the Options flags indicate if the optional elements are present. When writing, the Options flags indicate if the optional elements are 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