|
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.
|