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

Show in webframe

Zoom Property






Gets or sets the capture area zoom.
Syntax
public ScreenCaptureAreaZoom Zoom {get; set;}
'Declaration
 
Public Property Zoom As ScreenCaptureAreaZoom
'Usage
 
Dim instance As ScreenCaptureAreaOptions
Dim value As ScreenCaptureAreaZoom
 
instance.Zoom = value
 
value = instance.Zoom

            

            
public:
property ScreenCaptureAreaZoom Zoom {
   ScreenCaptureAreaZoom get();
   void set (    ScreenCaptureAreaZoom value);
}

Property Value

A ScreenCaptureAreaZoom value indicating the capture area zoom.
Example
For an example, refer to ScreenCaptureEngine.
Requirements

Target Platforms

See Also

Reference

ScreenCaptureAreaOptions Structure
ScreenCaptureAreaOptions Members

Error processing SSI file