LEADTOOLS Image File Support (Leadtools.Codecs assembly)
LEAD Technologies, Inc

LoadStamp Property






Gets or sets a value which indicates whether or not to attempt to load stamps from file formats that support preview images. .NET support WinRT support Silverlight support
Syntax
public bool LoadStamp {get; set;}
'Declaration
 
Public Property LoadStamp As Boolean
'Usage
 
Dim instance As CodecsThumbnailOptions
Dim value As Boolean
 
instance.LoadStamp = value
 
value = instance.LoadStamp
public bool LoadStamp {get; set;}
 get_LoadStamp();
set_LoadStamp(value);
public:
property bool LoadStamp {
   bool get();
   void set (    bool value);
}

Property Value

true to load the stamp from the file if present, false to ignore the stamp.
Example
For an example, refer to RasterCodecs.ReadThumbnail.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CodecsThumbnailOptions Structure
CodecsThumbnailOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.