You are here: Start » FIL.NET » Function Reference » Computer Vision » Datacodes » FIL.ReadSinglePDF417Code
Detects and recognizes one PDF417 code.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
C++
C#
public static void ReadSinglePDF417Code ( FilNet.Image inImage, FilNet.PDF417CodeParams inCodeParams, FilNet.PDF417DetectionParams inDetectionParams, INullable<FilNet.PDF417Code> outPDF417Code )
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 code is being detected. | ||
![]() | outPDF417Code | FilNet.INullable<FilNet.PDF417Code> | Found PDF417 code. This parameter cannot be null. |
Remarks
In inCodeParams the parameter MinModuleSize should be more or equal to 3. For values less than 3 it is not guaranteed, that ReadSinglePDF417Code will process code properly.
Function Overrides
- ReadSinglePDF417Code(Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, PDF417CodeParams, PDF417DetectionParams, INullable<PDF417Code>)
- ReadSinglePDF417Code(Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, PDF417CodeParams, PDF417DetectionParams, INullable<PDF417Code>, Rectangle2D)
- ReadSinglePDF417Code(Image, Nullable<Rectangle2D>, Nullable<CoordinateSystem2D>, PDF417CodeParams, PDF417DetectionParams, INullable<PDF417Code>, NullableValue<Rectangle2D>)