Skip to main content
All docs
V26.1
  • BarcodeGenerator.Print Method

    Name Parameters Description
    Print(Byte[], PrintOptions) binaryData, printOptions Prints a barcode image for the specified binary data, using the given print options.
    Print(String, PrintOptions) text, printOptions Prints a barcode image for the specified text, using the given print options.
    Print(String, Encoding, PrintOptions) text, encoding, printOptions Prints a barcode image for the specified text, using the given encoding and print options.
    Print(String, Encoding) text, encoding Prints a barcode image for the specified text using the given encoding.