LEADTOOLS Image File Support (Leadtools.Codecs assembly)

SaveWithStamp Property

Show in webframe







Enables and disables saving stamp images when saving JPEG and LEAD CMP compressed images.
Syntax
public bool SaveWithStamp {get; set;}
'Declaration
 
Public Property SaveWithStamp As Boolean
'Usage
 
Dim instance As CodecsJpegSaveOptions
Dim value As Boolean
 
instance.SaveWithStamp = value
 
value = instance.SaveWithStamp
public bool SaveWithStamp {get; set;}
@property (nonatomic, assign) BOOL saveWithStamp;
public boolean getSaveWithStamp()
public void setSaveWithStamp(boolean value)
            
 
get_SaveWithStamp();
set_SaveWithStamp(value);
Object.defineProperty('SaveWithStamp');
public:
property bool SaveWithStamp {
   bool get();
   void set (    bool value);
}

Property Value

true to save stamp images, false to not save stamp images.
Example
For an example, refer to CodecsJpegOptions.
Requirements

Target Platforms

See Also

Reference

CodecsJpegSaveOptions Class
CodecsJpegSaveOptions Members
Compression Using LEAD and JPEG Formats

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.