Error processing SSI file
LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)

Show in webframe

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

Error processing SSI file