You are here: Start » AVL.NET » 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,
	out AvlNet.PDF417Code? outPDF417Code,
	out AvlNet.Rectangle2D outAlignedRoi
)

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.PDF417Code?Found PDF417 code.
outAlignedRoiAvlNet.Rectangle2DInput ROI after transformation (in the image coordinates)

See also