C#
VB
Java
Objective-C
WinRT C#
C++
Enables or disables saving the image file with a time stamp.
public bool SaveWithoutTimestamp { get; set; }
Public Property SaveWithoutTimestamp As Boolean
public bool SaveWithoutTimestamp {get; set;}
@property (nonatomic, assign) BOOL saveWithoutTimestamp
public boolean getSaveWithoutTimestamp()
public void setSaveWithoutTimestamp(boolean value)
<br/>get_SaveWithoutTimestamp();<br/>set_SaveWithoutTimestamp(value);<br/>Object.defineProperty('SaveWithoutTimestamp');
true to save without time stamp, false to save with time stamp.
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