You are here: Start » FIL.NET » FIS.ReadSinglePDF417Code Method

FIS.ReadSinglePDF417Code Method

Detects and recognizes one PDF417 code.

Namespace:FilNet
Assembly:FIL.NET.dll

Syntax

public static void ReadSinglePDF417Code
(
	FilNet.Image inImage,
	FilNet.Rectangle2D? inRoi,
	FilNet.CoordinateSystem2D? inRoiAlignment,
	FilNet.PDF417CodeParams inCodeParams,
	FilNet.PDF417DetectionParams inDetectionParams,
	INullable<FilNet.PDF417Code> outPDF417Code,
	NullableValue<FilNet.Rectangle2D> outAlignedRoi
)

Parameters

Name Type Range Default Description
inImageFilNet.ImageInput image.
inRoiFilNet.Rectangle2D?Region of interest. Default value: ftl::NIL.
inRoiAlignmentFilNet.CoordinateSystem2D?Coordinate system for the region of interest. Default value: ftl::NIL.
inCodeParamsFilNet.PDF417CodeParamsSpecification of codes that can be detected.
inDetectionParamsFilNet.PDF417DetectionParamsSpecification of the way the code is being detected.
outPDF417CodeFilNet.INullable<FilNet.PDF417Code>Found PDF417 code. This parameter cannot be null.
outAlignedRoiFilNet.NullableValue<FilNet.Rectangle2D>Input ROI after transformation (in the image coordinates). Can be null to skip this parameter calculation.

Function Overrides

See also