Gets or sets a value which indicates whether or not to attempt to load stamps from file formats that support preview images.
Syntax
Visual Basic (Declaration) | |
---|
Public Property LoadStamp As Boolean |
C# | |
---|
public bool LoadStamp {get; set;} |
Managed Extensions for C++ | |
---|
public: __property bool get_LoadStamp();
public: __property void set_LoadStamp(
bool value
); |
Return Value
true to load the stamp from the file if present, false to ignore the stamp.
Example
Requirements
Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family
See Also