←Select platform

SaveWithoutTimestamp Property

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
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');  
public: 
property bool SaveWithoutTimestamp { 
   bool get(); 
   void set (    bool ); 
} 

Property Value

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

Example

For an example, refer to CodecsJpegOptions.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly