Leadtools.CF Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.6.15
SaveWithoutTimeStamp Property
See Also 
Leadtools.Codecs Namespace > CodecsJpegOptions.CodecsJpegSaveOptions Class : SaveWithoutTimeStamp Property



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

Syntax

Visual Basic (Declaration) 
Public Property SaveWithoutTimeStamp As Boolean
Visual Basic (Usage)Copy Code
Dim instance As CodecsJpegOptions.CodecsJpegSaveOptions
Dim value As Boolean
 
instance.SaveWithoutTimeStamp = value
 
value = instance.SaveWithoutTimeStamp
C# 
public bool SaveWithoutTimeStamp {get; set;}
C++/CLI 
public:
property bool SaveWithoutTimeStamp {
   bool get();
   void set (bool value);
}

Return Value

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

Example

For an example, refer to CodecsJpegOptions.

Requirements

Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6

See Also