LEADTOOLS Screen Capture (Leadtools.ScreenCapture assembly)

Zoom Property

Show in webframe





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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.