ReaderTeachDottedDataMatrix Method (ReaderConfig, ImagePlane)

CVB.Net Documentation
Teach a dotted data matrix code into a configuration.

Namespace:  Stemmer.Cvb.Barcode
Assembly:  Stemmer.Cvb.Barcode (in Stemmer.Cvb.Barcode.dll) Version: 14.0.0.0
Syntax

public static ReadResultDataMatrix TeachDottedDataMatrix(
	ReaderConfig config,
	ImagePlane plane
)

Parameters

config
Type: Stemmer.Cvb.BarcodeReaderConfig
configuration on which to teach the dotted data matrix parameters; needs to contain a configuration for DataMatrix reading, otherwise an InvalidOperationException will be emitted.
plane
Type: Stemmer.CvbImagePlane
Image plane to work on

Return Value

Type: ReadResultDataMatrix
DataMatrix reading result
Exceptions

ExceptionCondition
InvalidOperationExceptionif no data matrix configuration was specified
See Also

Reference