Leadtools.ScreenCapture Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
ScreenCaptureAreaFlags Enumeration
See Also  
Leadtools.ScreenCapture Namespace : ScreenCaptureAreaFlags Enumeration



Flags that indicate which options to use on the screen capture area.

Syntax

Visual Basic (Declaration) 
<FlagsAttribute()>
Public Enum ScreenCaptureAreaFlags 
   Inherits Enum
Visual Basic (Usage)Copy Code
Dim instance As ScreenCaptureAreaFlags
C# 
[FlagsAttribute()]
public enum ScreenCaptureAreaFlags : Enum 
C++/CLI 
[FlagsAttribute()]
public enum class ScreenCaptureAreaFlags : public Enum 

Members

MemberDescription
None Do not use any flags.
ShowDrawCursor Show the drawing cursor during capture.
IncludeCursor Include the cursor in the captured image.
EnableKeyboard Enable the Ctrl, Shift, and +/- keys during screen capture. (+/-) To zoom in/out. (Ctrl) To center the selected area (only if the area is Rect, Round-Rect, or Ellipse). (shift) To draw regular shapes (Ellipse->circle, Rectangle->Square). (only if the area is Rect, Round-Rect, or Ellipse).
ShowOpaqueText Use an opaque background for text.
ShowCursorPosition Show the cursor position (x, y) while capturing.
ShowCaptureSize Show the capure area size (width, height) during capturing.
ShowInfoWindow Show the Information Window.
SensitiveInfoWindow Enable high sensitivity when detecting the position of the Information Window.
ImageWithRegion Keep the user-selected region of the specified Area shape in the captured image.
UseDefaultValues Use default values for the rest of the area options (the user will still have to fill in the Size, AreaType, and this Flag).

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ScreenCapture.ScreenCaptureAreaFlags

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 98, Windows NT 4.0, Windows Millennium Edition, Windows 2000, Windows XP Home Edition, Windows XP Professional, Windows Server 2003 family

See Also