BFD Engines are a set of software components to create and use barcodes within user applications. The BFD Engines contain two independent components: a .NET Assembly and a COM Object. Use of both components involves the same basic steps.
Use Visual Barcode Designer to create barcode design for your business process.
Open your development environment or open sample project from Developer menu of VBD
Add reference to Barcodes For Documents component
Create Barcode object
Call Barcode.Configure(config) method with configuration string from VBD as parameter
Obtain barcode image with Barcode.CreateBarcode(data) method
Use barcode image. For example save to file, put onto document, etc.