←Select platform

SaveWithoutTimestamp Property

Summary

Enables or disables saving a PNG file with a time stamp.

Syntax
C#
C++/CLI
Python
public bool SaveWithoutTimestamp {get; set;} 
public:  
   property bool SaveWithoutTimestamp 
   { 
      bool get() 
      void set(bool value) 
   } 
SaveWithoutTimestamp # get and set (CodecsPngSaveOptions) 

Property Value

Value Description
true To save without time stamp.
false To save with time stamp. The default value is false.
Remarks

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.

Requirements

Target Platforms

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.