Click or drag to resize

MarkOnTheFlyProfileGetDecoderByID Method

Returns the decoder profile using the specified ID.

Namespace: RAYLASE.Marker.Device.ScanController
Assembly: RAYLASE.Marker.Device (in RAYLASE.Marker.Device.dll) Version: 2.19.0
Syntax
C#
public MotfDecoderProfile GetDecoderByID(
	int decoderID
)

Parameters

decoderID  Int32
ID of the decoder profile.

Return Value

MotfDecoderProfile
Decoder profile using the specified ID.
See Also