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 : Suffix Property |
public byte[] Suffix {get; set;}
'Declaration Public Property Suffix As Byte()
'Usage Dim instance As IccNamedColor2 Dim value() As Byte instance.Suffix = value value = instance.Suffix
public: property array<byte>^ Suffix { array<byte>^ get(); void set ( array<byte>^ value); }