Click or drag to resize

ScanningManagerDecodeBarcodes Method

Decode barcodes into document schema and metadata values using the barcode recognition DLL.

Namespace:  FileHold.LibraryManager
Assembly:  FileHold.LibraryManager (in FileHold.LibraryManager.dll) Version: 17.0.0.0
Syntax
C#
public int DecodeBarcodes(
	string[] barcodes,
	out FieldWithValue[] metadata
)

Parameters

barcodes
Type: SystemString
metadata
Type: FileHold.LibraryManagerFieldWithValue

Return Value

Type: Int32
See Also