Count Property

Summary

Gets or sets the number of captures.

Syntax
C#
VB
C++
public int Count { get; set; } 
  
Public Property Count As Integer 
public: 
property int Count { 
   int get(); 
   void set (    int ); 
} 

Property Value

Number of times to perform capturing. A value of 0 or 1 means one capture, 2 means 2 captures, etc. Default is 1.

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