Gets or sets the palette flags to use.
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 ColorResolutionCommandPaletteFlags getPaletteFlags()
public void setPaletteFlags(ColorResolutionCommandPaletteFlags 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 flags to use.
The PaletteFlags will be passed to ColorResolutionCommand internally when MaintainAspectRatio is true, ForceSize is true, and the source image is not 24-bit. In this case, the thumbnail image is converted to 24-bit, then, combined with a "background" image. The resulting image is then returned to the thumbnail image's original bit-depth using PaletteFlags.
For an example, refer to RasterCodecs.ReadThumbnail.
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