LEADTOOLS Workflow Image Processing (Leadtools.Workflow.ImageProcessing assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
Colors Property
See Also 
Leadtools.Workflow.ImageProcessing Namespace > ColorResolutionActivity Class : Colors Property



The Colors Property is available in LEADTOOLS Document and Medical Imaging toolkits.

Gets or sets the number of colors to use in the palette

Syntax

Visual Basic (Declaration) 
Public Property Colors As Integer
Visual Basic (Usage)Copy Code
Dim instance As ColorResolutionActivity
Dim value As Integer
 
instance.Colors = value
 
value = instance.Colors
C# 
public int Colors {get; set;}
C++/CLI 
public:
property int Colors {
   int get();
   void set (    int value);
}

Property Value

An integer value that indicates the number of colors to use in the palette.

Remarks

If you specify a palette in the Palette property, pass the number of entries in your palette (including reserved entries). The value of the Colors property is not used in this case. If you set the Palette property to null (Nothing in VB) or leave it uninitialized and you specify ColorResolutionCommandPaletteFlags.Optimized in the PaletteFlags property, you can use the Colors property to limit the number of colors that the activity maps in the optimized palette.

Requirements

Target Platforms: Microsoft .NET Framework 3.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Workflow.ImageProcessing requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features