Leadtools.ScreenCapture Send comments on this topic. | Back to Introduction - All Topics | Help Version 16.5.9.25
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 Enum
Visual Basic (Usage)Copy Code
Dim instance As ScreenCaptureAreaZoom
C# 
public enum ScreenCaptureAreaZoom : Enum 
C++/CLI 
public enum class ScreenCaptureAreaZoom : public Enum 

Members

MemberDescription
Normal Normal zoom.
By2X 2x the normal zoom.
By3X 3x the normal zoom.
By4X 4x the normal zoom.
By5X 5x the normal zoom.
By6X 6x the normal zoom.
By7X 7x the normal zoom.
By8X 8x the normal zoom.
By9X 9x the normal zoom.
By10X 10x the normal zoom.
By11X 11x the normal zoom.
By12X 12x the normal zoom.
By13X 13x the normal zoom.
By14X 14x the normal zoom.
By15X 15x the normal zoom.

Inheritance Hierarchy

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

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