Click or drag to resize

BaseScanControllerGetFieldCorrectionFile Method

Gets the field correction file from the card.

Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public abstract void GetFieldCorrectionFile(
	int head,
	string path
)

Parameters

head  Int32
Number of head (starting with 0).
path  String
Path to store the correction file.
See Also