Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

FixedPalette Property (CodecsSaveOptions)








Enables or disables saving the file using the LEAD fixed palette.
Syntax
public bool FixedPalette {get; set;}
'Declaration
 
Public Property FixedPalette As Boolean
'Usage
 
Dim instance As CodecsSaveOptions
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)
            
 <br/>get_FixedPalette();<br/>set_FixedPalette(value);<br/>Object.defineProperty('FixedPalette'); 
public:
property bool FixedPalette {
   bool get();
   void set (    bool value);
}

Property Value

true to force the saved image to use the LEAD fixed palette.
Example
For an example, refer to CodecsOptions.
Requirements

Target Platforms

See Also

Reference

CodecsSaveOptions Class
CodecsSaveOptions Members

Error processing SSI file