Recognizes any barcodes in the input stream, if it exists.
public IList<BarcodeData> ExtractBarcode(
Stream input,
LoadDocumentOptions documentOptions,
BarcodeEngine barcodeEngine,
BarcodeSymbology[] symbologies,
int barcodeCount,
bool preprocess,
string workingDirectory
)
input
Stream input containing the image or document to extract from.
documentOptions
The document options to use when loading the input.
barcodeEngine
The LEADTOOLS Barcode Engine to use.
symbologies
The barcode symbologies to use.
barcodeCount
The barcode count.
preprocess
Flag to preprocess.
workingDirectory
The path to the directory where temporary work is to be done. If null is passed, the directory will default to the current system temporary folder.
Returns a list of the barcode data found in the input stream.
Help Collections
Raster .NET | C API | C++ Class Library | HTML5 JavaScript
Document .NET | C API | C++ Class Library | HTML5 JavaScript
Medical .NET | C API | C++ Class Library | HTML5 JavaScript
Medical Web Viewer .NET
Multimedia
Direct Show .NET | C API | Filters
Media Foundation .NET | C API | Transforms
Supported Platforms
.NET, Java, Android, and iOS/macOS Assemblies
Imaging, Medical, and Document
C API/C++ Class Libraries
Imaging, Medical, and Document
HTML5 JavaScript Libraries
Imaging, Medical, and Document