LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

UnicodeCharacters Property

Show in webframe





Gets or sets the unicode characters.
Syntax
public ushort[] UnicodeCharacters {get; set;}
'Declaration
 
Public Property UnicodeCharacters As UShort()
'Usage
 
Dim instance As IccMultiLocalizedUnicode
Dim value() As UShort
 
instance.UnicodeCharacters = value
 
value = instance.UnicodeCharacters

            

            
public:
property array<ushort>^ UnicodeCharacters {
   array<ushort>^ get();
   void set (    array<ushort>^ value);
}

Property Value

Array storage of unicode characters.
Requirements

Target Platforms

See Also

Reference

IccMultiLocalizedUnicode Structure
IccMultiLocalizedUnicode Members

 

 


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