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