←Select platform

JpegStamp Property

Summary
Gets and sets a value indicating the compression to use when saving EXIF stamp images.
Syntax
C#
VB
Objective-C
C++
Java
public bool JpegStamp { get; set; } 
Public Property JpegStamp As Boolean 
@property (nonatomic, assign) BOOL jpegStamp 
public boolean getJpegStamp() 
public void setJpegStamp(boolean value) 
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 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.