←Select platform

SaveWithoutTimestamp Property

Summary

(Deprecated) Enables or disables saving the image file with a time stamp.

Note: This property is deprecated. Use CodecsPngSaveOptions.SaveWithoutTimestamp instead.

Syntax
C#
VB
Objective-C
C++
Java
public bool SaveWithoutTimestamp {get; set;} 
Public Property SaveWithoutTimestamp As Boolean 
@property (nonatomic, assign) BOOL saveWithoutTimestamp 
public boolean getSaveWithoutTimestamp() 
public void setSaveWithoutTimestamp(boolean value) 
public: 
property bool SaveWithoutTimestamp { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

true to save without time stamp, false to save with time stamp.

Remarks

Note: This property is deprecated. Use CodecsPngSaveOptions.SaveWithoutTimestamp instead.

Example

For an example, refer to CodecsJpegOptions.

Requirements

Target Platforms

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

Leadtools.Codecs Assembly

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