←Select platform

SaveWithStamp Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool SaveWithStamp { get; set; } 
Public Property SaveWithStamp As Boolean 
public bool SaveWithStamp {get; set;} 
@property (nonatomic, assign) BOOL saveWithStamp 
public boolean getSaveWithStamp() 
public void setSaveWithStamp(boolean value) 
             
 <br/>get_SaveWithStamp();<br/>set_SaveWithStamp(value);<br/>Object.defineProperty('SaveWithStamp');  
public: 
property bool SaveWithStamp { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

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

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