NAME

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

Inherits from PDF::Builder::Resource::XObject::Form::Hybrid

METHODS

new

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

Creates a barcode form resource.

width

    $width = $barcode->width()

Returns the width of the bar code.

height

    $height = $barcode->height()

Returns the height of the bar code.

NAVIGATION LINKS

Up (Parents)

Master Index
PDF::Builder -- Facilitates the creation and modification of PDF files
PDF::Builder::Resource -- Base class for PDF resources
PDF::Builder::Resource::XObject -- Base class for external objects
PDF::Builder::Resource::XObject::Form -- Base class for external form objects

Siblings

PDF::Builder::Resource::XObject::Form::Hybrid -- Support routines for Forms

Down (Children)

PDF::Builder::Resource::XObject::Form::BarCode::codabar -- Specific information for CodaBar bar codes
PDF::Builder::Resource::XObject::Form::BarCode::code128 -- Code 128 and EAN-128 barcode support
PDF::Builder::Resource::XObject::Form::BarCode::code3of9 -- Specific information for 3-of-9 bar codes
PDF::Builder::Resource::XObject::Form::BarCode::ean13 -- Specific information for EAN-13 bar codes
PDF::Builder::Resource::XObject::Form::BarCode::int2of5 -- Specific information for interleaved 2-of-5 bar codes

###