←Select platform

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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ScreenCapture Assembly