You are here: Start » FIL.NET » Invoke.ReadSinglePDF417Code

Invoke.ReadSinglePDF417Code

Detects and recognizes one PDF417 code.

Namespace:Fil
Assembly:FilNet.dll

Syntax

C++
C#
 
public static void ReadSinglePDF417Code
(
	Fil.Image inImage,
	Optional<Fil.Rectangle2D> inRoi,
	Optional<Fil.CoordinateSystem2D> inRoiAlignment,
	Fil.PDF417CodeParams inCodeParams,
	Fil.PDF417DetectionParams inDetectionParams,
	Conditional<Fil.PDF417Code> outPDF417Code,
	Optional<Fil.Rectangle2D> outAlignedRoi
)

Parameters

Name Type Range Default Description
inImageFil.ImageInput image.
inRoiFtl.Optional<Fil.Rectangle2D>Region of interest. Default value: ftl::NIL.
inRoiAlignmentFtl.Optional<Fil.CoordinateSystem2D>Coordinate system for the region of interest. Default value: ftl::NIL.
inCodeParamsFil.PDF417CodeParamsSpecification of codes that can be detected.
inDetectionParamsFil.PDF417DetectionParamsSpecification of the way the code is being detected.
outPDF417CodeFtl.Conditional<Fil.PDF417Code>Found PDF417 code.
outAlignedRoiFtl.Optional<Fil.Rectangle2D>Input ROI after transformation (in the image coordinates).

See also