PDF::Builder::Resource::XObject::Form::BarCode(3pm) User Contributed Perl Documentation PDF::Builder::Resource::XObject::Form::BarCode(3pm)

PDF::Builder::Resource::XObject::Form::BarCode - Base class for one-dimensional barcodes

    $barcode = PDF::Builder::Resource::XObject::Form::BarCode->new($pdf, %options)

Creates a barcode form resource.

    $width = $barcode->width()

Returns the width of the bar code.

    $height = $barcode->height()

Returns the height of the bar code.
2023-12-15 perl v5.36.0