JoeScan.JCamNet Namespace

Scanner..::..GetLaserImage Method (Int32, ScannerImage%, RawScan%)

Retrieve an image of the laser exposure and the corresponding scan.

Namespace:  JoeScan.JCamNet
Assembly:  JoeScan.JCamNet (in JoeScan.JCamNet.dll)

Syntax


public void GetLaserImage(
	int laserId,
	out ScannerImage image,
	out RawScan rawScan
)

Parameters

laserId
Type: Int32
The number of the laser to be shown on the image.
image
Type: JoeScan.JCamNet..::..ScannerImage%
The image of the scan
rawScan
Type: JoeScan.JCamNet..::..RawScan%
The scan

Remarks


Only supported with firmware 971 and above. Use GetLaserImage(Int32, ScannerImage%, RawScan%) instead.