LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)

Index Property

Show in webframe





Gets or sets the index of the resource that was captured.
Syntax
public int Index {get; set;}
'Declaration
 
Public Property Index As Integer
'Usage
 
Dim instance As ScreenCaptureInformation
Dim value As Integer
 
instance.Index = value
 
value = instance.Index

            

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

Property Value

In the case of an EXE capture, this will be filled with the index of the resource that was captured. In this toolkit, resource indices will begin at 0.
Example
For an example, refer to ScreenCaptureEngine.
Requirements

Target Platforms

See Also

Reference

ScreenCaptureInformation Class
ScreenCaptureInformation Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.