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

Show in webframe

Image Property






Gets the captured image.
Syntax
public RasterImage Image {get;}
'Declaration
 
Public ReadOnly Property Image As RasterImage
'Usage
 
Dim instance As ScreenCaptureInformationEventArgs
Dim value As RasterImage
 
value = instance.Image

            

            
public:
property RasterImage^ Image {
   RasterImage^ get();
}

Property Value

A Leadtools.RasterImage that contains the image that has been captured.
Example
For an example, refer to ScreenCaptureEngine.
Requirements

Target Platforms

See Also

Reference

ScreenCaptureInformationEventArgs Class
ScreenCaptureInformationEventArgs Members

Error processing SSI file