←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
Java
Objective-C
WinRT C#
C++
public bool FixedPaletteStamp { get; set; } 
Public Property FixedPaletteStamp As Boolean 
public bool FixedPaletteStamp {get; set;} 
@property (nonatomic, assign) BOOL fixedPaletteStamp 
public boolean getFixedPaletteStamp() 
public void setFixedPaletteStamp(boolean value) 
             
 <br/>get_FixedPaletteStamp();<br/>set_FixedPaletteStamp(value);<br/>Object.defineProperty('FixedPaletteStamp');  
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly