You are here: Start » FIL.NET » 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 | |
---|---|---|---|---|---|
![]() | inImage | Fil.Image | Input image. | ||
![]() | inRoi | Ftl.Optional<Fil.Rectangle2D> | Region of interest. Default value: ftl::NIL. | ||
![]() | inRoiAlignment | Ftl.Optional<Fil.CoordinateSystem2D> | Coordinate system for the region of interest. Default value: ftl::NIL. | ||
![]() | inCodeParams | Fil.PDF417CodeParams | Specification of codes that can be detected. | ||
![]() | inDetectionParams | Fil.PDF417DetectionParams | Specification of the way the code is being detected. | ||
![]() | outPDF417Code | Ftl.Conditional<Fil.PDF417Code> | Found PDF417 code. | ||
![]() | outAlignedRoi | Ftl.Optional<Fil.Rectangle2D> | Input ROI after transformation (in the image coordinates). |