←Select platform

SaveWithStamp Property

Summary
Enables and disables saving stamp images when saving JPEG and LEAD CMP compressed images.
Syntax
C#
VB
Objective-C
C++
Java
public bool SaveWithStamp { get; set; } 
Public Property SaveWithStamp As Boolean 
@property (nonatomic, assign) BOOL saveWithStamp 
public boolean getSaveWithStamp() 
public void setSaveWithStamp(boolean value) 
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.