| Leadtools.ScreenCapture Namespace : ScreenCaptureAreaFlags Enumeration | 
[FlagsAttribute()] public enum ScreenCaptureAreaFlags : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration <FlagsAttribute()> Public Enum ScreenCaptureAreaFlags Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage Dim instance As ScreenCaptureAreaFlags
[FlagsAttribute()] public enum class ScreenCaptureAreaFlags : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
| Value | Member | Description | 
|---|---|---|
| 0x00000000 | None | Do not use any flags. | 
| 0x00000001 | ShowDrawCursor | Show the drawing cursor during capture. | 
| 0x00000002 | IncludeCursor | Include the cursor in the captured image. | 
| 0x00000004 | 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). | 
| 0x00000008 | ShowOpaqueText | Use an opaque background for text. | 
| 0x00000010 | ShowCursorPosition | Show the cursor position (x, y) while capturing. | 
| 0x00000020 | ShowCaptureSize | Show the capure area size (width, height) during capturing. | 
| 0x00000040 | ShowInfoWindow | Show the Information Window. | 
| 0x00000080 | SensitiveInfoWindow | Enable high sensitivity when detecting the position of the Information Window. | 
| 0x00000100 | ImageWithRegion | Keep the user-selected region of the specified Area shape in the captured image. | 
| 0x00000200 | 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). | 
System.Object
   System.ValueType
      System.Enum
         Leadtools.ScreenCapture.ScreenCaptureAreaFlags