| Visual Basic (Declaration) | |
|---|---|
Public Property FixedPalette As Boolean | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public bool FixedPalette {get; set;} | |
Return Value
true to force the saved image to use the LEAD fixed palette; otherwise false.For an example, refer to Save.
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code