←Select platform

PaletteFlags Property

Summary

Gets or sets the Palette options used when converted the image.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly