Error processing SSI file
LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)

Show in webframe

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:
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

See Also

Reference

ScreenCaptureAreaOptions Structure
ScreenCaptureAreaOptions Members

Error processing SSI file