You are here: Start » AVL.NET » Invoke.ReadMultiplePDF417Codes
Detects and recognizes several PDF417 codes.
| Namespace: | Avl |
|---|---|
| Assembly: | AvlNet.dll |
Syntax
C++
C#
public static void ReadMultiplePDF417Codes ( Avl.Image inImage, Optional<Avl.Rectangle2D> inRoi, Optional<Avl.CoordinateSystem2D> inRoiAlignment, Avl.PDF417CodeParams inCodeParams, Avl.PDF417DetectionParams inDetectionParams, bool inAllowMultipleScales, List<Avl.PDF417Code> outPDF417Codes, Optional<Avl.Rectangle2D> outAlignedRoi )
Parameters
| Name | Type | Range | Default | Description | |
|---|---|---|---|---|---|
![]() | inImage | Avl.Image | Input image. | ||
![]() | inRoi | Atl.Optional<Avl.Rectangle2D> | Region of interest. Default value: atl::NIL. | ||
![]() | inRoiAlignment | Atl.Optional<Avl.CoordinateSystem2D> | Coordinate system for the region of interest. Default value: atl::NIL. | ||
![]() | inCodeParams | Avl.PDF417CodeParams | Specification of codes that can be detected. | ||
![]() | inDetectionParams | Avl.PDF417DetectionParams | Specification of the way the codes are being detected. | ||
![]() | inAllowMultipleScales | bool | False | Specifies whether codes of different module sizes are expected. Default value: False. | |
![]() | outPDF417Codes | System.Collections.Generic.List<Avl.PDF417Code> | Found PDF417 codes. | ||
![]() | outAlignedRoi | Atl.Optional<Avl.Rectangle2D> | Input ROI after transformation (in the image coordinates). |


