Jest to tłumaczenie automatyczne. Pierwotne stanowisko jest dostępne w angielski.

PDFBarcode

Drukuje kod kreskowy na pliku PDF w bieżącej pozycji.

PDFBarcode(string BarcodeText, 
string BarcodeType);

Example:
//Capital letters and numbers only
PDFBarcode('TEST1','PdfCode128ABarcode');

//Small and capital letters
PDFBarcode('Test 1','PdfCode128BBarcode');

//EAN13
PDFBarcode('001234567890 ','PdfEan13Barcode');

Obsługiwane typy kodów kreskowych to:

  • PdfCode39Barcode
  • PdfCode128ABarcode
  • PdfCode128BBarcode,
  • PdfEan128Barcode,
  • PdfEan13Barcode,
  • PdfEan8Barcode,
  • PdfIsbnBarcode,
  • PdfIssnBarcode,
  • PdfUpcaBarcode,
  • PdfUpceBarcode
  • PdfQrBarcode

Rozmiar kodu kreskowego nie może zostać zmieniony. Niektóre kody kreskowe dopuszczają tylko cyfry lub wielkie litery lub mogą wymagać określonej długości.