LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)

ShowCaptureOptionsDialog Method

Show in webframe





Handle to the owner window.
Flags that determine the options dialog. For possible values refer to ScreenCaptureDialogFlags.
A ScreenCaptureOptions structure to be filled with the data from the dialog.
A delegate method that will handle the event.
Displays a dialog, and fills a ScreenCaptureOptions structure.
Syntax
'Declaration
 
Public Function ShowCaptureOptionsDialog( _
   ByVal owner As IWin32Window, _
   ByVal flags As ScreenCaptureDialogFlags, _
   ByVal captureOptions As ScreenCaptureOptions, _
   ByVal helpCallback As ScreenCaptureHelpCallback _
) As ScreenCaptureOptions
'Usage
 
Dim instance As ScreenCaptureEngine
Dim owner As IWin32Window
Dim flags As ScreenCaptureDialogFlags
Dim captureOptions As ScreenCaptureOptions
Dim helpCallback As ScreenCaptureHelpCallback
Dim value As ScreenCaptureOptions
 
value = instance.ShowCaptureOptionsDialog(owner, flags, captureOptions, helpCallback)

            

            

Parameters

owner
Handle to the owner window.
flags
Flags that determine the options dialog. For possible values refer to ScreenCaptureDialogFlags.
captureOptions
A ScreenCaptureOptions structure to be filled with the data from the dialog.
helpCallback
A delegate method that will handle the event.

Return Value

Returns the value of the dialog box that specifies the identifiers.
Example
For an example, refer to ScreenCaptureEngine.
Requirements

Target Platforms

See Also

Reference

ScreenCaptureEngine Class
ScreenCaptureEngine Members
Implementing Screen Capture
CaptureOptions Property
ShowCaptureAreaOptionsDialog Method
ShowCaptureObjectOptionsDialog Method
DefaultCaptureAreaOptions Property
DefaultCaptureObjectOptions Property
ScreenCaptureOptions Structure
ScreenCaptureAreaOptions Structure
ScreenCaptureObjectOptions Structure
ScreenCaptureInformation Class

 

 


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