LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Text Property

Show in webframe





Gets or sets the text data of type String.
Syntax
public string Text {get; set;}
'Declaration
 
Public Property Text As String
'Usage
 
Dim instance As IccTextTagType
Dim value As String
 
instance.Text = value
 
value = instance.Text

            

            
public:
property String^ Text {
   String^ get();
   void set (    String^ value);
}

Property Value

String of 7-bits ASCII characters. Note that the string should have only ASCII characters.
Requirements

Target Platforms

See Also

Reference

IccTextTagType Class
IccTextTagType Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.