LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

FixedPalette Property (CodecsLoadOptions)






Enables or disables loading the image to the LEAD fixed palette. .NET support WinRT support Silverlight support
Syntax
public bool FixedPalette {get; set;}
'Declaration
 
Public Property FixedPalette As Boolean
'Usage
 
Dim instance As CodecsLoadOptions
Dim value As Boolean
 
instance.FixedPalette = value
 
value = instance.FixedPalette
public bool FixedPalette {get; set;}
 get_FixedPalette();
set_FixedPalette(value);
public:
property bool FixedPalette {
   bool get();
   void set (    bool value);
}

Property Value

true to force a palletized image to be dithered to the LEAD fixed palette.
Example
For an example, refer to CodecsOptions.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsLoadOptions Class
CodecsLoadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.