←Select platform

FixedPaletteStamp Property

Summary
Gets and sets a value which indicates the type of palette to use when saving stamp images that are 8-bit.
Syntax
C#
VB
Objective-C
C++
Java
public bool FixedPaletteStamp { get; set; } 
Public Property FixedPaletteStamp As Boolean 
@property (nonatomic, assign) BOOL fixedPaletteStamp 
public boolean getFixedPaletteStamp() 
public void setFixedPaletteStamp(boolean value) 
public: 
property bool FixedPaletteStamp { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to use the LEAD Fixed palette, false to use an optimized palette.

Example

For an example, refer to CodecsJpegOptions.

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.