C#
VB
Java
Objective-C
WinRT C#
C++
Gets and sets a value which indicates the type of palette to use when saving stamp images that are 8-bit.
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');
true to use the LEAD Fixed palette, false to use an optimized palette.
For an example, refer to CodecsJpegOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET