LEADTOOLS Image File Support (Leadtools.Codecs assembly)

FixedPalette Property (CodecsLoadOptions)

Show in webframe







Enables or disables loading the image to the LEAD fixed palette.
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;}
@property (nonatomic, assign) BOOL fixedPalette;
public boolean getFixedPalette()
public void setFixedPalette(boolean value)
            
 
get_FixedPalette();
set_FixedPalette(value);
Object.defineProperty('FixedPalette');
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

See Also

Reference

CodecsLoadOptions Class
CodecsLoadOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.