NAME
EPL2::Command::B - B Command (Bar code)
VERSION
version 0.001
SYNOPSIS
my
$B
= EPL2::Command::B->new(
text
=>
q{"BARCODETEXT"}
);
say
$B
->string;
ATTRIBUTES
text ( Text required )
Text used to create barcode.
h_pos ( Natural default = 0 )
Horizontal Position in dots.
v_pos ( Natural default = 0 )
Vertical Position in dots.
rotation ( Rotation default = 0 )
Rotation of Barcode.
barcode ( Barcode default = 3 )
Type of Barcode.
narrow_bar ( Natural default = 3 )
Thickness of narrow bar.
wide_bar ( Natural default = 7 )
Thickness of wide bar.
height ( Natural default = 20 )
Height of barcode.
human ( Human default = 'N' )
Print Human readable text of barcode.
METHODS
string
param: (
delimiter
=>
"\n"
)
Return an EPL2 formatted string used for describing a barcode.
SEE ALSO
AUTHOR
Ted Katseres <tedkat@cpan.org>
COPYRIGHT AND LICENSE
This software is copyright (c) 2016 by Ted Katseres.
This is free software; you can redistribute it and/or modify it under the same terms as the Perl 5 programming language system itself.