Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
FixedPalette Property
See Also 
Leadtools.Codecs Namespace > CodecsOptions.CodecsSaveOptions Class : FixedPalette Property



Enables or disables saving the file using the LEAD fixed palette.

Syntax

Visual Basic (Declaration) 
Public Property FixedPalette As Boolean
Visual Basic (Usage)Copy Code
Dim instance As CodecsOptions.CodecsSaveOptions
Dim value As Boolean
 
instance.FixedPalette = value
 
value = instance.FixedPalette
C# 
public bool FixedPalette {get; set;}
C++/CLI 
public:
property bool FixedPalette {
   bool get();
   void set (bool value);
}

Return Value

true to force the saved image to use the LEAD fixed palette; otherwise false.

Example

For an example, refer to Save.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also