NAME

PDF::Builder::Resource::XObject - Base class for external objects

Inherits from PDF::Builder::Resource

METHODS

new

    $xobject = PDF::Builder::Resource::XObject->new($pdf, $name)

Creates an XObject resource.

subtype

    $type = $xobject->subtype($type)

Get or set the Subtype of the XObject resource.

NAVIGATION LINKS

Up (Parents)

Master Index
PDF::Builder -- Facilitates the creation and modification of PDF files
PDF::Builder::Resource -- Base class for PDF resources

Siblings

PDF::Builder::Resource::BaseFont -- Base class for font resources
PDF::Builder::Resource::CIDFont -- Base class for CID fonts
PDF::Builder::Resource::ColorSpace -- Base class for PDF color spaces
PDF::Builder::Resource::Colors -- Translate color names into RGB settings
PDF::Builder::Resource::ExtGState -- Graphics state dictionary support
PDF::Builder::Resource::Font -- Some common support routines for font files
PDF::Builder::Resource::Glyphs -- Preparsed uniglyph.txt file information
PDF::Builder::Resource::PaperSizes -- List of standard paper sizes and their dimensions
PDF::Builder::Resource::Pattern -- Support stub for fill patterns
PDF::Builder::Resource::Shading -- Support stub for fill shading patterns
PDF::Builder::Resource::UniFont -- Unicode Font Support

Down (Children)

PDF::Builder::Resource::XObject::Form -- Base class for external form objects
PDF::Builder::Resource::XObject::Image -- Base class for external raster image objects

###