←Select platform

JpegStamp Property

Summary

Gets and sets a value indicating the compression to use when saving EXIF stamp images.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool JpegStamp { get; set; } 
Public Property JpegStamp As Boolean 
public bool JpegStamp {get; set;} 
@property (nonatomic, assign) BOOL jpegStamp 
public boolean getJpegStamp() 
public void setJpegStamp(boolean value) 
             
 <br/>get_JpegStamp();<br/>set_JpegStamp(value);<br/>Object.defineProperty('JpegStamp');  
public: 
property bool JpegStamp { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to save the stamp as JPEG compressed, false to save uncompressed.

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