Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.11.2
|
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); }