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