Enables or disables loading the image to the LEAD fixed palette.
Syntax
| Visual Basic (Declaration) | |
|---|
Public Property FixedPalette As Boolean |
| Visual Basic (Usage) | Copy Code |
|---|
Dim instance As CodecsLoadOptions
Dim value As Boolean
instance.FixedPalette = value
value = instance.FixedPalette |
| C# | |
|---|
public bool FixedPalette {get; set;} |
Property Value
true to force a palletized image to be dithered to 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