LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)
LEAD Technologies, Inc

TextData Property






Gets or sets the text data. .NET support
Syntax
public byte[] TextData {get; set;}
'Declaration
 
Public Property TextData As Byte()
'Usage
 
Dim instance As IccTextTagType
Dim value() As Byte
 
instance.TextData = value
 
value = instance.TextData
public byte[] TextData {get; set;}
 get_TextData();
set_TextData(value);
public:
property array<byte>^ TextData {
   array<byte>^ get();
   void set (    array<byte>^ value);
}

Property Value

Array that contains a string of 7-bit ASCII characters.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IccTextTagType Class
IccTextTagType Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.