←Select platform

OptimizedPalette Property

Summary
Enables or disables saving the file using an optimized palette.
Syntax
C#
VB
Objective-C
C++
Java
public bool OptimizedPalette { get; set; } 
Public Property OptimizedPalette As Boolean 
@property (nonatomic, assign) BOOL optimizePalette 
public boolean getOptimizedPalette() 
public void setOptimizedPalette(boolean value) 
public: 
property bool OptimizedPalette { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to force the image to be saved using an optimized palette.

Example

For an example, refer to CodecsOptions.

Requirements

Target Platforms

Help Version 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.