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

Flags Property






Gets or sets the flags for the capture area.
Syntax
public ScreenCaptureAreaFlags Flags {get; set;}
'Declaration
 
Public Property Flags As ScreenCaptureAreaFlags
'Usage
 
Dim instance As ScreenCaptureAreaOptions
Dim value As ScreenCaptureAreaFlags
 
instance.Flags = value
 
value = instance.Flags
public ScreenCaptureAreaFlags Flags {get; set;}
 get_Flags();
set_Flags(value);
public:
property ScreenCaptureAreaFlags Flags {
   ScreenCaptureAreaFlags get();
   void set (    ScreenCaptureAreaFlags value);
}

Property Value

A ScreenCaptureAreaFlags value indicating the capture area flags.
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.