You are here: Start » AVL.NET » Function Reference » Computer Vision » Datacodes » AVL.ReadSinglePDF417Code

AVL.ReadSinglePDF417Code

Detects and recognizes one PDF417 code.

Namespace:AvlNet
Assembly:AVL.NET.dll

Syntax

C++
C#
 
public static void ReadSinglePDF417Code
(
	AvlNet.Image inImage,
	AvlNet.PDF417CodeParams inCodeParams,
	AvlNet.PDF417DetectionParams inDetectionParams,
	INullable<AvlNet.PDF417Code> outPDF417Code
)

Parameters

Name Type Range Default Description
inImageAvlNet.ImageInput image.
inCodeParamsAvlNet.PDF417CodeParamsSpecification of codes that can be detected.
inDetectionParamsAvlNet.PDF417DetectionParamsSpecification of the way the code is being detected.
outPDF417CodeAvlNet.INullable<AvlNet.PDF417Code>Found PDF417 code. This parameter cannot be null.

Remarks

In inCodeParams the parameter MinModuleSize should be more or equal to 3. For values less than 3 it is not guaranteed, that ReadSinglePDF417Code will process code properly.

Function Overrides

See also