C#
VB
Java
Objective-C
WinRT C#
C++
Gets and sets a value indicating the compression to use when saving EXIF stamp images.
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');
true to save the stamp as JPEG compressed, false to save uncompressed.
For an example, refer to CodecsJpegOptions.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET