LEADTOOLS Image File Support (Leadtools.Codecs assembly)

HasStamp Property

Show in webframe







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

 

 


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