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

CaptureOptions Property






Gets or sets capture options.
Syntax
public ScreenCaptureOptions CaptureOptions {get; set;}
'Declaration
 
Public Property CaptureOptions As ScreenCaptureOptions
'Usage
 
Dim instance As ScreenCaptureEngine
Dim value As ScreenCaptureOptions
 
instance.CaptureOptions = value
 
value = instance.CaptureOptions
public ScreenCaptureOptions CaptureOptions {get; set;}
 get_CaptureOptions();
set_CaptureOptions(value);
public:
property ScreenCaptureOptions CaptureOptions {
   ScreenCaptureOptions get();
   void set (    ScreenCaptureOptions value);
}

Property Value

A ScreenCaptureOptions structure indicating capture options.
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
ShowCaptureOptionsDialog Method
ShowCaptureAreaOptionsDialog Method
ShowCaptureObjectOptionsDialog Method
DefaultCaptureAreaOptions Property
DefaultCaptureObjectOptions Property
ScreenCaptureOptions Structure
ScreenCaptureAreaOptions Structure
ScreenCaptureObjectOptions Structure
ScreenCaptureInformation Class

 

 


Products | Support | Contact Us | Copyright Notices

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