C#
VB
Java
Objective-C
WinRT C#
C++
Enables and disables saving stamp images when saving JPEG and LEAD CMP compressed images.
public bool SaveWithStamp { get; set; }
Public Property SaveWithStamp As Boolean
public bool SaveWithStamp {get; set;}
@property (nonatomic, assign) BOOL saveWithStamp
public boolean getSaveWithStamp()
public void setSaveWithStamp(boolean value)
<br/>get_SaveWithStamp();<br/>set_SaveWithStamp(value);<br/>Object.defineProperty('SaveWithStamp');
true to save stamp images, false to not save stamp images.
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