C#
VB
Java
Objective-C
WinRT C#
C++
Gets or sets a value which indicates whether to attempt to load stamps from file formats that support preview images.
public bool LoadStamp { get; set; }
Public Property LoadStamp As Boolean
public bool LoadStamp {get; set;}
@property (nonatomic, assign) BOOL loadStamp
public boolean getLoadStamp()
public void setLoadStamp(boolean value)
<br/>get_LoadStamp();<br/>set_LoadStamp(value);<br/>Object.defineProperty('LoadStamp');
true to load the stamp from the file if present, false to ignore the stamp.
For an example, refer to RasterCodecs.ReadThumbnail.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET