com.aspose.words
Interface IBarcodeGenerator


public interface IBarcodeGenerator 

Public interface for barcode custom generator. Implementation should be provided by user. Generator instance should be passed through the FieldOptions.BarcodeGenerator property.

Method Summary
abstract java.awt.image.BufferedImagegetBarcodeImage(BarcodeParameters parameters)
           Generate barcode image using the set of parameters.
 

Method Detail

getBarcodeImage

public abstract java.awt.image.BufferedImage getBarcodeImage(BarcodeParameters parameters)
                                           throws java.lang.Exception
Generate barcode image using the set of parameters.
Parameters:
parameters - The set of parameters
Returns:
Image representing generated barcode.

See Also:
          Aspose.Words Documentation - the home page for the Aspose.Words Product Documentation.
          Aspose.Words Support Forum - our preferred method of support.