Enables or disables saving the image file with a time stamp.
Syntax
Visual Basic (Declaration) | |
---|
Public Property SaveWithoutTimeStamp As Boolean |
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
Requirements
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
See Also