| Visual Basic (Declaration) | |
|---|---|
Public Property PaletteFlags As ColorResolutionCommandPaletteFlags | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public ColorResolutionCommandPaletteFlags PaletteFlags {get; set;} | |
| C++/CLI | |
|---|---|
public: property ColorResolutionCommandPaletteFlags PaletteFlags { ColorResolutionCommandPaletteFlags get(); void set (ColorResolutionCommandPaletteFlags value); } | |
Return Value
Palette optionsFor an example, refer to ColorResolutionCommand.
Useful only when the resulting image requires a palette (when it is 8 bits per pixel or less).
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code