←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) 
             
  
get_SaveWithoutTimestamp(); 
set_SaveWithoutTimestamp(value); 
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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Codecs Assembly
Click or drag to resize