LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.30
ScreenCaptureAreaZoom Enumeration
See Also  
Leadtools.ScreenCapture Namespace : ScreenCaptureAreaZoom Enumeration



Values that indicate which zoom factor to use on the screen capture area.

Syntax

Visual Basic (Declaration) 
Public Enum ScreenCaptureAreaZoom 
   Inherits System.Enum
   Implements IComparableIConvertibleIFormattable 
Visual Basic (Usage)Copy Code
Dim instance As ScreenCaptureAreaZoom
C# 
public enum ScreenCaptureAreaZoom : System.Enum, IComparableIConvertibleIFormattable  
C++/CLI 
public enum class ScreenCaptureAreaZoom : public System.Enum, IComparableIConvertibleIFormattable  

Members

MemberDescription
By10X10x the normal zoom.
By11X11x the normal zoom.
By12X12x the normal zoom.
By13X13x the normal zoom.
By14X14x the normal zoom.
By15X15x the normal zoom.
By2X2x the normal zoom.
By3X3x the normal zoom.
By4X4x the normal zoom.
By5X5x the normal zoom.
By6X6x the normal zoom.
By7X7x the normal zoom.
By8X8x the normal zoom.
By9X9x the normal zoom.
NormalNormal zoom.

Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ScreenCapture.ScreenCaptureAreaZoom

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