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



Enables or disables saving stamp images when saving JPEG and LEAD CMP compressed images.

Syntax

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

Return Value

true to save stamp images, false to not save stamp images.

Example

For an example, refer to CodecsJpegOptions.

Remarks

After you set SaveWithStamp to true, you can use FixedPaletteStamp, StampWidth, StampHeight and StampBitsPerPixel to specify the other options for the stamp.

Requirements

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

See Also