Leadtools.ImageProcessing Namespace > ColorResolutionCommand Class : PaletteFlags Property |
public ColorResolutionCommandPaletteFlags PaletteFlags {get; set;}
'Declaration Public Property PaletteFlags As ColorResolutionCommandPaletteFlags
'Usage Dim instance As ColorResolutionCommand Dim value As ColorResolutionCommandPaletteFlags instance.PaletteFlags = value value = instance.PaletteFlags
public ColorResolutionCommandPaletteFlags PaletteFlags {get; set;}
@property (nonatomic, assign) LTColorResolutionCommandPaletteFlags paletteFlags;
public int getPaletteFlags() public void setPaletteFlags(int value)
get_PaletteFlags();
set_PaletteFlags(value);
Object.defineProperty('PaletteFlags');
public: property ColorResolutionCommandPaletteFlags PaletteFlags { ColorResolutionCommandPaletteFlags get(); void set ( ColorResolutionCommandPaletteFlags value); }
The palette options are useful only when the resulting image requires a palette (when it is 8 bits per pixel or less).
For more information, refer to Introduction: Palette Handling.