Leadtools.ColorConversion Namespace > IccNamedColor2 Structure : Prefix Property |
public byte[] Prefix {get; set;}
'Declaration Public Property Prefix As Byte()
'Usage Dim instance As IccNamedColor2 Dim value() As Byte instance.Prefix = value value = instance.Prefix
public: property array<byte>^ Prefix { array<byte>^ get(); void set ( array<byte>^ value); }