Gets or sets the Palette options used when converted the image.
public ColorResolutionCommandPaletteFlags PaletteFlags { get; set; }
Public Property PaletteFlags As Leadtools.Imageprocessing.ColorResolutionCommandPaletteFlags
public Leadtools.Imageprocessing.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');
public:
property Leadtools.Imageprocessing.ColorResolutionCommandPaletteFlags PaletteFlags {
Leadtools.Imageprocessing.ColorResolutionCommandPaletteFlags get();
void set ( Leadtools.Imageprocessing.ColorResolutionCommandPaletteFlags );
}
The palette options used when converted the image.
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.
For an example, refer to ColorResolutionCommand
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET