Interval Property
Summary
Gets or sets the delay interval between captures.
Syntax
public int Interval { get; set; }
Public Property Interval As Integer
public:
property int Interval {
int get();
void set ( int );
}
Property Value
Delay between captures, in milliseconds. Default is 0.