Delay Property

Summary

Gets or sets the delay before capture.

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

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