Leadtools.ScreenCapture Namespace : ScreenCaptureOptions Structure |
public struct ScreenCaptureOptions : System.ValueType
'Declaration Public Structure ScreenCaptureOptions Inherits System.ValueType
'Usage Dim instance As ScreenCaptureOptions
public class ScreenCaptureOptions
JAVASCRIPT_NOSTRUCTS
public value class ScreenCaptureOptions : public System.ValueType
OptimizedHotkey
property to be true
will cause the capture method to return immediately (if a HotKey has been specified in Hotkey
). In this case, a global system HotKey hook is established and used to wait for the HotKey to be pressed. When the HotKey is pressed, the capture is performed and the event handler is called with the results of the capture. Use this option only if the normal behavior is causing your application problems. This option is ignored in Win95/98/Me.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
ScreenCaptureOptions Members
Leadtools.ScreenCapture Namespace
Implementing Screen Capture
CaptureOptions Property
ShowCaptureOptionsDialog Method
ShowCaptureAreaOptionsDialog Method
ShowCaptureObjectOptionsDialog Method
DefaultCaptureAreaOptions Property
DefaultCaptureObjectOptions Property
ScreenCaptureEngine Class
ScreenCaptureInformation Class
ScreenCaptureInformationEventArgs Class
ScreenCaptureAreaOptions Structure
ScreenCaptureObjectOptions Structure
ScreenCaptureException Class