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

Show in webframe

HasStamp Property








Determines whether the image file has a stamp stored.
Syntax
public bool HasStamp {get;}
'Declaration
 
Public ReadOnly Property HasStamp As Boolean
'Usage
 
Dim instance As CodecsJpegImageInfo
Dim value As Boolean
 
value = instance.HasStamp
public bool HasStamp {get;}
@property (nonatomic, assign, readonly) BOOL hasStamp
public boolean hasStamp()
 get_HasStamp(); 
public:
property bool HasStamp {
   bool get();
}

Property Value

true if a stamp image is stored in the image file; false, otherwise.
Example
For an example, refer to CodecsImageInfo.
Requirements

Target Platforms

See Also

Reference

CodecsJpegImageInfo Class
CodecsJpegImageInfo Members

Error processing SSI file