LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)
LEAD Technologies, Inc

Interval Property






Gets or sets the delay interval between captures.
Syntax
public int Interval {get; set;}
'Declaration
 
Public Property Interval As Integer
'Usage
 
Dim instance As ScreenCaptureOptions
Dim value As Integer
 
instance.Interval = value
 
value = instance.Interval
public int Interval {get; set;}
 get_Interval();
set_Interval(value);
public:
property int Interval {
   int get();
   void set (    int value);
}

Property Value

Delay between captures, in milliseconds. Default is 0.
Example
For an example, refer to ScreenCaptureEngine.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ScreenCaptureOptions Structure
ScreenCaptureOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.