GSP
Quick Navigator

Search Site

Unix VPS
A - Starter
B - Basic
C - Preferred
D - Commercial
MPS - Dedicated
Previous VPSs
* Sign Up! *

Support
Contact Us
Online Help
Handbooks
Domain Status
Man Pages

FAQ
Virtual Servers
Pricing
Billing
Technical

Network
Facilities
Connectivity
Topology Map

Miscellaneous
Server Agreement
Year 2038
Credits
 

USA Flag

 

 

Man Pages
PDF::API3::Compat::API2::Basic::PDF::Page(3) User Contributed Perl Documentation PDF::API3::Compat::API2::Basic::PDF::Page(3)

PDF::API3::Compat::API2::Basic::PDF::Page - Represents a PDF page, inherits from PDF::API3::Compat::API2::Basic::PDF::Pages

Represents a page of output in PDF. It also keeps track of the content stream, any resources (such as fonts) being switched, etc.

Page inherits from Pages due to a number of shared methods. They are really structurally quite different.

A page has various working variables:
curstrm
The currently open stream

Creates a new page based on a pages object (perhaps the root object).

The page is also added to the parent at this point, so pages are ordered in a PDF document in the order in which they are created rather than in the order they are closed.

Only the essential elements in the page dictionary are created here, all others are either optional or can be inherited.

The optional index value indicates the index in the parent list that this page should be inserted (so that new pages need not be appended)

Adds the string to the currently active stream for this page. If no stream exists, then one is created and added to the list of streams for this page.

The slightly cryptic name is an aim to keep it short given the number of times people are likely to have to type it.

Ships the page out to the given output file context

Hey! The above document had some coding errors, which are explained below:
Around line 53:
'=item' outside of any '=over'
Around line 57:
You forgot a '=back' before '=head1'
2009-04-21 perl v5.32.1

Search for    or go to Top of page |  Section 3 |  Main Index

Powered by GSP Visit the GSP FreeBSD Man Page Interface.
Output converted with ManDoc.