←Select platform

DicomAnnotationTextOptions Enumeration

Summary

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

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

Members
ValueMemberDescription
0x00000000None No optional elements are present in the dataset.
0x00000001FontName The "Font Name" element (0070,0227) is present in the dataset.

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