Gets or sets the palette flags to use.
public ColorResolutionCommandPaletteFlags PaletteFlags { get; set; }
Public Property PaletteFlags As ColorResolutionCommandPaletteFlags
@property (nonatomic, assign) LTColorResolutionCommandPaletteFlags paletteFlags
public ColorResolutionCommandPaletteFlags getPaletteFlags()
public void setPaletteFlags(ColorResolutionCommandPaletteFlags value)
public:
property ColorResolutionCommandPaletteFlags PaletteFlags {
ColorResolutionCommandPaletteFlags get();
void set ( 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.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document