LEADTOOLS Workflow Image Processing (Leadtools.Workflow.ImageProcessing assembly)
LEAD Technologies, Inc

PaletteFlags Property






Gets or sets the Palette options used when converting the image.
Syntax
public ColorResolutionCommandPaletteFlags PaletteFlags {get; set;}
'Declaration
 
Public Property PaletteFlags As ColorResolutionCommandPaletteFlags
'Usage
 
Dim instance As ColorResolutionActivity
Dim value As ColorResolutionCommandPaletteFlags
 
instance.PaletteFlags = value
 
value = instance.PaletteFlags
public ColorResolutionCommandPaletteFlags PaletteFlags {get; set;}
 get_PaletteFlags();
set_PaletteFlags(value);
public:
property ColorResolutionCommandPaletteFlags PaletteFlags {
   ColorResolutionCommandPaletteFlags get();
   void set (    ColorResolutionCommandPaletteFlags value);
}

Property Value

The palette options used when converting the image.
Remarks
The palette options are useful only when the resulting image requires a palette (when it is 8 bits per pixel or less).
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ColorResolutionActivity Class
ColorResolutionActivity Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.