You are here: Start » FIL.NET » Invoke.ReadMultiplePDF417Codes
Detects and recognizes several PDF417 codes.
Namespace: | Fil |
---|---|
Assembly: | FilNet.dll |
Syntax
C++
C#
public static void ReadMultiplePDF417Codes ( Fil.Image inImage, Optional<Fil.Rectangle2D> inRoi, Optional<Fil.CoordinateSystem2D> inRoiAlignment, Fil.PDF417CodeParams inCodeParams, Fil.PDF417DetectionParams inDetectionParams, bool inAllowMultipleScales, List<Fil.PDF417Code> outPDF417Codes, 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 codes are being detected. | ||
![]() | inAllowMultipleScales | bool | False | Specifies whether codes of different module sizes are expected. Default value: False. | |
![]() | outPDF417Codes | System.Collections.Generic.List<Fil.PDF417Code> | Found PDF417 codes. | ||
![]() | outAlignedRoi | Ftl.Optional<Fil.Rectangle2D> | Input ROI after transformation (in the image coordinates). |