PDF::API2::Basic::PDF::Array - Corresponds to a PDF array. Inherits from L<PDF::Objind>


NAME

PDF::API2::Basic::PDF::Array - Corresponds to a PDF array. Inherits from the PDF::Objind manpage


INSTANCE VARIABLES

This object is not an array but an associative array containing the array of elements. Thus, there are special instance variables for an array object, beginning with a space

var
Contains the actual array of elements


METHODS

PDF::Array->new($parent, @vals)

Creates an array with the given storage parent and an optional list of values to initialise the array with.

$a->removeobj($elem)

Removes all occurrences of an element from an array.

 PDF::API2::Basic::PDF::Array - Corresponds to a PDF array. Inherits from L<PDF::Objind>