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
inImageFilNet.ImageInput image.
inCodeParamsFilNet.PDF417CodeParamsSpecification of codes that can be detected.
inDetectionParamsFilNet.PDF417DetectionParamsSpecification of the way the codes are being detected.
inAllowMultipleScalesboolFalseSpecifies whether codes of different module sizes are expected. Default value: False.
outPDF417CodesSystem.Collections.Generic.IList<FilNet.PDF417Code>Found PDF417 codes.

Function Overrides

See also