Error processing SSI file
LEADTOOLS Image File Support (Leadtools.Codecs assembly)

Show in webframe

LoadStamp Property








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)
            
 <br/>get_LoadStamp();<br/>set_LoadStamp(value);<br/>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

Error processing SSI file