LEADTOOLS Image File Support (Leadtools.Codecs assembly)

JpegStamp Property

Show in webframe







Gets and sets a value indicating the compression to use when saving EXIF stamp images.
Syntax
public bool JpegStamp {get; set;}
'Declaration
 
Public Property JpegStamp As Boolean
'Usage
 
Dim instance As CodecsJpegSaveOptions
Dim value As Boolean
 
instance.JpegStamp = value
 
value = instance.JpegStamp
public bool JpegStamp {get; set;}
@property (nonatomic, assign) BOOL jpegStamp;
public boolean getJpegStamp()
public void setJpegStamp(boolean value)
            
 
get_JpegStamp();
set_JpegStamp(value);
Object.defineProperty('JpegStamp');
public:
property bool JpegStamp {
   bool get();
   void set (    bool value);
}

Property Value

true to save the stamp as JPEG compressed, false to save uncompressed.
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.