←Select platform

Suffix Property

Summary

Gets or sets the suffix for each color name.

Syntax

C#
VB
C++
public byte[] Suffix { get; set; } 
  
Public Property Suffix As Byte() 
public: 
property array<byte>^ Suffix { 
   array<byte>^ get(); 
   void set (    array<byte>^ ); 
} 

Property Value

Array that contains the suffix for each color name (32-byte field that includes null termination).

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ColorConversion Assembly