Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
FixedPaletteStamp Property
See Also 
Leadtools.Codecs Namespace > CodecsJpegOptions.CodecsJpegSaveOptions Class : FixedPaletteStamp Property



Gets or sets a value which indicates the type of palette to use when saving stamp images that are 8-bit.

Syntax

Visual Basic (Declaration) 
Public Property FixedPaletteStamp As Boolean
Visual Basic (Usage)Copy Code
Dim instance As CodecsJpegOptions.CodecsJpegSaveOptions
Dim value As Boolean
 
instance.FixedPaletteStamp = value
 
value = instance.FixedPaletteStamp
C# 
public bool FixedPaletteStamp {get; set;}
C++/CLI 
public:
property bool FixedPaletteStamp {
   bool get();
   void set (bool value);
}

Return Value

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

Example

For an example, refer to CodecsJpegOptions.

Remarks

You must set SaveWithStamp to true for this property to take effect.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also