LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
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 System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As ScreenCaptureAreaFlags
C# 
[FlagsAttribute()]
public enum ScreenCaptureAreaFlags : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
[FlagsAttribute()]
public enum class ScreenCaptureAreaFlags : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
EnableKeyboardEnable 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).
ImageWithRegionKeep the user-selected region of the specified Area shape in the captured image.
IncludeCursorInclude the cursor in the captured image.
NoneDo not use any flags.
SensitiveInfoWindowEnable high sensitivity when detecting the position of the Information Window.
ShowCaptureSizeShow the capure area size (width, height) during capturing.
ShowCursorPositionShow the cursor position (x, y) while capturing.
ShowDrawCursorShow the drawing cursor during capture.
ShowInfoWindowShow the Information Window.
ShowOpaqueTextUse an opaque background for text.
UseDefaultValuesUse 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 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also