LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)

CaptureOptions Property

Show in webframe





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:
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

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-2014 All Rights Reserved. LEAD Technologies, Inc.