←Select platform

TextValue Property

Summary

Gets or sets the "Unformatted Text Value" (0070,0006) attribute value.

Syntax

C#
VB
WinRT C#
C++
public string TextValue { get; set; } 
Public Property TextValue As String 
public string TextValue {get; set;} 
 <br/>get_TextValue();<br/>set_TextValue(value);<br/>Object.defineProperty('TextValue');  
public: 
property String^ TextValue { 
   String^ get(); 
   void set (    String^ value); 
} 

Property Value

Value indicating the "Unformatted Text Value" (0070,0006) attribute value.

Example

For an example, refer to FindFirstGraphicAnnSQItem.

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