Gets or sets a value indicating whether to use the palette when saving images to formats that
require a palette.
Syntax
Visual Basic (Declaration) | |
---|
Public Property UsePalette As Boolean |
C# | |
---|
public bool UsePalette {get; set;} |
Managed Extensions for C++ | |
---|
public: __property bool get_UsePalette();
public: __property void set_UsePalette(
bool value
); |
Return Value
true to use the palette set in
SetPalette, false to use the
RasterImage's own palette.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also