Interval Property

Summary

Gets or sets the delay interval between captures.

Syntax
C#
VB
C++
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.

Example

For an example, refer to ScreenCaptureEngine.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ScreenCapture Assembly