LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)
LEAD Technologies, Inc

CaptureInformation Event






Handles each image that is captured and its information.
Syntax
public event EventHandler<ScreenCaptureInformationEventArgs> CaptureInformation
'Declaration
 
Public Event CaptureInformation As EventHandler(Of ScreenCaptureInformationEventArgs)
'Usage
 
Dim instance As ScreenCaptureEngine
Dim handler As EventHandler(Of ScreenCaptureInformationEventArgs)
 
AddHandler instance.CaptureInformation, handler
public event EventHandler<ScreenCaptureInformationEventArgs> CaptureInformation
add_CaptureInformation(function(sender, e))
remove_CaptureInformation(function(sender, e))

public:
event EventHandler<ScreenCaptureInformationEventArgs^>^ CaptureInformation
Event Data

The event handler receives an argument of type ScreenCaptureInformationEventArgs containing data related to this event. The following ScreenCaptureInformationEventArgs properties provide information specific to this event.

PropertyDescription
Cancel Gets or sets the result of the event handler.
Image Gets the captured image.
Information Gets the Information class object.
Example
For an example, refer to ScreenCaptureEngine.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ScreenCaptureEngine Class
ScreenCaptureEngine Members
Implementing Screen Capture
SetCaptureHotkeyCallback Method
ScreenCaptureHotkeyCallback Delegate
ScreenCaptureHelpCallback Delegate

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.