←Select platform

TextOptions Property

Summary
Indicates whether to write optional tags writing DicomAnnotationTextOptions, or if optional tags are present when reading a DicomAnnotationTextOptions.
Syntax
C#
VB
C++
public DicomAnnotationTextOptions TextOptions { get; set; } 
Public Property TextOptions As DicomAnnotationTextOptions 
public: 
property DicomAnnotationTextOptions TextOptions { 
   DicomAnnotationTextOptions get(); 
   void set (    DicomAnnotationTextOptions value); 
} 

Property Value

The flags that indicate whether to write optional tags writing DicomAnnotationTextOptions, or if optional tags are present when reading a DicomAnnotationTextOptions.

Remarks

The "Text Style Sequence" (0070,0231) contains optional elements that can be read/written when processing a DicomAnnotationObject. When writing, use these flags to indicate which elements to be included. When reading, these flags indicate which elements are present.

Example

For an example, refer to CreateCompoundGraphic.

Requirements

Target Platforms

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

Leadtools.Dicom Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.