Click or drag to resize

ScannerConfigHasOpticalZoom Method

Returns true if an optical zoom is available for the given 'head format'.

Namespace: RAYLASE.SPICE3
Assembly: RAYLASE.SPICE3 (in RAYLASE.SPICE3.dll) Version: 3.4.1
Syntax
C#
public static bool HasOpticalZoom(
	ScanHeadFormat headFormat
)

Parameters

headFormat  ScanHeadFormat
The head format whose support for an optical zoom should be returned.

Return Value

Boolean
True if the head format provides support for an optical zoom, otherwise false.
See Also