←Select platform

DicomAnnotationTextOptions Enumeration

Summary

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

Syntax

C#
VB
WinRT C#
C++
[FlagsAttribute()] 
public enum DicomAnnotationTextOptions   
<FlagsAttribute()> 
Public Enum DicomAnnotationTextOptions  
    
    
[FlagsAttribute()] 
public enum DicomAnnotationTextOptions    
Leadtools.Dicom.DicomAnnotationTextOptions = function() { }; 
Leadtools.Dicom.DicomAnnotationTextOptions.prototype = {<br/> 
  LeadtoolsMemberMarker(replace me) 
 }; 
[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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly