You are here: Start » FIL.NET » FIS.ReadMultiplePDF417Codes Method
FIS.ReadMultiplePDF417Codes Method
Detects and recognizes several PDF417 codes.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void ReadMultiplePDF417Codes ( FilNet.Image inImage, FilNet.PDF417CodeParams inCodeParams, FilNet.PDF417DetectionParams inDetectionParams, bool inAllowMultipleScales, IList<FilNet.PDF417Code> outPDF417Codes )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inImage | FilNet.Image | Input image. | ||
![]() | inCodeParams | FilNet.PDF417CodeParams | Specification of codes that can be detected. | ||
![]() | inDetectionParams | FilNet.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.IList<FilNet.PDF417Code> | Found PDF417 codes. |
Function Overrides
- ReadMultiplePDF417Codes(Image, PDF417CodeParams, PDF417DetectionParams, Boolean, IList<PDF417Code>, NullableValue<Rectangle2D>)
- ReadMultiplePDF417Codes(Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, PDF417CodeParams, PDF417DetectionParams, Boolean, IList<PDF417Code>)
- ReadMultiplePDF417Codes(Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, PDF417CodeParams, PDF417DetectionParams, Boolean, IList<PDF417Code>, Rectangle2D)
- ReadMultiplePDF417Codes(Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, PDF417CodeParams, PDF417DetectionParams, Boolean, IList<PDF417Code>, NullableValue<Rectangle2D>)