←Select platform

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

Leadtools.ScreenCapture Assembly