Gets or sets the colorant name.
Syntax
Visual Basic (Declaration) | |
---|
Public Property ColorantName As Byte() |
Visual Basic (Usage) | Copy Code |
---|
Dim instance As IccColorantTableData
Dim value() As Byte
instance.ColorantName = value
value = instance.ColorantName |
C# | |
---|
public byte[] ColorantName {get; set;} |
Property Value
Array of 32 bytes, that contains the colorant name (null terminated).
Requirements
Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also