Error processing SSI file
LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)

Show in webframe

Count Property






Gets or sets the number of captures.
Syntax
public int Count {get; set;}
'Declaration
 
Public Property Count As Integer
'Usage
 
Dim instance As ScreenCaptureOptions
Dim value As Integer
 
instance.Count = value
 
value = instance.Count

            

            
public:
property int Count {
   int get();
   void set (    int value);
}

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

See Also

Reference

ScreenCaptureOptions Structure
ScreenCaptureOptions Members

Error processing SSI file