FramesScannedCount Property
Summary
The number of frames scanned during the current scan session.
Syntax
C#
VB
Java
Objective-C
C++
public int FramesScannedCount { get; set; }
Public Property FramesScannedCount As Integer
@property (nonatomic, assign) NSUInteger framesScannedCount
public int getFramesScannedCount()
public void setFramesScannedCount(int value)
public:
property Int32 FramesScannedCount
{
Int32 get()
void set(Int32 value)
}
Property Value
The number of frames scanned during the current scan session.