IBarcodeGenerator

IBarcodeGenerator

Overview

IBarcodeGenerator is a interface in Aspose.Words FOSS for .NET.

Public interface for barcode custom generator.

This interface provides 2 methods for working with IBarcodeGenerator objects in .NET programs. Available methods include: GetBarcodeImage, GetOldBarcodeImage. All public members are accessible to any .NET application after installing the Aspose.Words FOSS for .NET package.

Methods

SignatureDescription
GetBarcodeImage(parameters: BarcodeParameters)Generate barcode image using the set of parameters (for DisplayBarcode field).
GetOldBarcodeImage(parameters: BarcodeParameters)Generate barcode image using the set of parameters (for old-fashioned Barcode field).

See Also