LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)
LEAD Technologies, Inc

AreaType Property






Gets or sets the capture area type.
Syntax
public ScreenCaptureAreaType AreaType {get; set;}
'Declaration
 
Public Property AreaType As ScreenCaptureAreaType
'Usage
 
Dim instance As ScreenCaptureAreaOptions
Dim value As ScreenCaptureAreaType
 
instance.AreaType = value
 
value = instance.AreaType
public ScreenCaptureAreaType AreaType {get; set;}
 get_AreaType();
set_AreaType(value);
public:
property ScreenCaptureAreaType AreaType {
   ScreenCaptureAreaType get();
   void set (    ScreenCaptureAreaType value);
}

Property Value

A ScreenCaptureAreaType value indicating the type of the area being captured.
Example
For an example, refer to ScreenCaptureEngine.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ScreenCaptureAreaOptions Structure
ScreenCaptureAreaOptions Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.