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 CodecsSaveOptions
Dim value As Boolean
instance.FixedPalette = value
value = instance.FixedPalette |
| C# | |
|---|
public bool FixedPalette {get; set;} |
Property Value
true to force the saved image to use the LEAD fixed palette.
Example
Requirements
Target Platforms: Silverlight, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)
See Also