Uses of Interface
com.aspose.barcode.IBarCodeControl

Packages that use IBarCodeControl
com.aspose.barcode   
 

Uses of IBarCodeControl in com.aspose.barcode
 

Classes in com.aspose.barcode that implement IBarCodeControl
 class BarCodeBuilder
          supported symbology: 1D: Codabar, Code11, Code128, Code39Standard, Code39Extended Code93Standard, Code93Extended, EAN13, EAN8, Interleaved2of5, MSI, Standard2of5, UPCA, UPCE, BooklandEAN, EAN128, Postnet, Planet EAN14(SCC14), SSCC18, ITF14, SingaporePost 2D: DataMatrix, PDf417, QR code Create and save a BarCode image BarCodeBuilder bd = new BarCodeBuilder(expStr, symbology); bd.setSymbologyType(symbology); bd.setCodeLocation(CodeLocation.ABOVE); bd.save(file);
 



Copyright (c) 2002-2012 Aspose Pty Ltd. All Rights Reserved.