←Select platform

FixedPalette Property

Summary

Enables or disables loading the image to the LEAD fixed palette.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool FixedPalette { get; set; } 
Public Property FixedPalette As Boolean 
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 ); 
} 

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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly