LEADTOOLS Color Conversion (Leadtools.ColorConversion assembly)

NameRecordsData Property

Show in webframe





Gets or sets the IccNameRecord structure array.
Syntax
public IccNameRecord[] NameRecordsData {get; set;}
'Declaration
 
Public Property NameRecordsData As IccNameRecord()
'Usage
 
Dim instance As IccMultiLocalizedUnicode
Dim value() As IccNameRecord
 
instance.NameRecordsData = value
 
value = instance.NameRecordsData

            

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

Property Value

IccNameRecord structure array that contains the name records data.
Requirements

Target Platforms

See Also

Reference

IccMultiLocalizedUnicode Structure
IccMultiLocalizedUnicode Members

 

 


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