Error processing SSI file
LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

Show in webframe

UnicodeCharacters Property






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

Error processing SSI file