Enables or disables saving a PNG file with a time stamp.
public bool SaveWithoutTimestamp {get; set;}
Public Property SaveWithoutTimestamp() As Boolean
Get
Set
public:
property bool SaveWithoutTimestamp
{
bool get()
void set(bool value)
}
true to save without time stamp; otherwise, false. The default value is false.
When the value of SaveWithoutTimestamp is false (the default value), all PNG files saved with LEADTOOLS toolkits will contain a Timestamp (tIME) chunk containing the current time. This means saving two PNG files with the same exact image data sequentially will produce binary data that is slightly different since the time stamp value will be different.
If this is not desired, set the value of the property to true before saving PNG files. When this property is true, saving a PNG file with the same exact image data will produce binary data that match exactly, regardless of the time at which the save operation was performed.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document