←Select platform

HasStamp Property

Summary

Determines whether the image file has a stamp stored.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public bool HasStamp {get;} 
Public ReadOnly Property HasStamp As Boolean 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Codecs Assembly