TopEdgeFound Property
Summary
Indicates whether the top edge of the card was found.
Syntax
C#
VB
Java
Objective-C
C++
public bool TopEdgeFound { get; set; }
Public Property TopEdgeFound As Boolean
@property (nonatomic, assign) BOOL topEdgeFound
public boolean isTopEdgeFound()
public void setTopEdgeFound(boolean value)
public:
property bool TopEdgeFound
{
bool get()
void set(bool value)
}
Property Value
true if the top edge of the card was found; otherwise, false.