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;} |
C++/CLI | |
---|
public:
property bool LoadStamp {
bool get();
void set (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 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
See Also