LEADTOOLS Image File Support (Leadtools.Codecs assembly)

LoadStamp Property

Show in webframe







Gets or sets a value which indicates whether to attempt to load stamps from file formats that support preview images.
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;}
@property (nonatomic, assign) BOOL loadStamp;
public boolean getLoadStamp()
public void setLoadStamp(boolean value)
            
 
get_LoadStamp();
set_LoadStamp(value);
Object.defineProperty('LoadStamp');
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

See Also

Reference

CodecsThumbnailOptions Structure
CodecsThumbnailOptions Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.