CaptureOptions Property

Summary

Gets or sets capture options.

Syntax
C#
VB
C++
public ScreenCaptureOptions CaptureOptions { get; set; } 
  
Public Property CaptureOptions As ScreenCaptureOptions 
public: 
property ScreenCaptureOptions CaptureOptions { 
   ScreenCaptureOptions get(); 
   void set (    ScreenCaptureOptions ); 
} 

Property Value

A ScreenCaptureOptions structure indicating capture options.

Example

For an example, refer to ScreenCaptureEngine.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ScreenCapture Assembly