←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
WinRT C#
C++
public DicomAnnotationTextOptions TextOptions { get; set; } 
Public Property TextOptions As Leadtools.Dicom.DicomAnnotationTextOptions 
public Leadtools.Dicom.DicomAnnotationTextOptions TextOptions {get; set;} 
 <br/>get_TextOptions();<br/>set_TextOptions(value);<br/>Object.defineProperty('TextOptions');  

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Dicom Assembly