Error processing SSI file
LEADTOOLS (Leadtools assembly)

Show in webframe

PaletteFlags Property








Gets or sets the Palette options used when converted the image.
Syntax
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)
            
 <br/>get_PaletteFlags();<br/>set_PaletteFlags(value);<br/>Object.defineProperty('PaletteFlags'); 

Property Value

The palette options used when converted 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).

For more information, refer to Introduction: Palette Handling.

Example
For an example, refer to ColorResolutionCommand
Requirements

Target Platforms

See Also

Reference

ColorResolutionCommand Class
ColorResolutionCommand Members

Error processing SSI file