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