←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) 
             
  
get_JpegStamp(); 
set_JpegStamp(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize