Previous Next
583
SECTION 8.2 Document-Level Navigation
SYNTAX MEANING
[ page /FitH top ] Display the page designated by page, with the vertical coordinate top posi-
tioned at the top edge of the window and the contents of the page magnified
just enough to fit the entire width of the page within the window. A null value
for top specifies that the current value of that parameter is to be retained un-
changed.
[ page /FitV left ] Display the page designated by page, with the horizontal coordinate left posi-
tioned at the left edge of the window and the contents of the page magnified
just enough to fit the entire height of the page within the window. A null val-
ue for left specifies that the current value of that parameter is to be retained
unchanged.
[ page /FitR left bottom right top ] Display the page designated by page, with its contents magnified just enough
to fit the rectangle specified by the coordinates left, bottom, right, and top
entirely within the window both horizontally and vertically. If the required
horizontal and vertical magnification factors are different, use the smaller of
the two, centering the rectangle within the window in the other dimension. A
null value for any of the parameters may result in unpredictable behavior.
[ page /FitB ] (PDF 1.1) Display the page designated by page, with its contents magnified
just enough to fit its bounding box entirely within the window both hori-
zontally and vertically. If the required horizontal and vertical magnification
factors are different, use the smaller of the two, centering the bounding box
within the window in the other dimension.
[ page /FitBH top ] (PDF 1.1) Display the page designated by page, with the vertical coordinate
top positioned at the top edge of the window and the contents of the page
magnified just enough to fit the entire width of its bounding box within the
window. A null value for top specifies that the current value of that parameter
is to be retained unchanged.
[ page /FitBV left ] (PDF 1.1) Display the page designated by page, with the horizontal coordi-
nate left positioned at the left edge of the window and the contents of the page
magnified just enough to fit the entire height of its bounding box within the
window. A null value for left specifies that the current value of that parameter
is to be retained unchanged.
Named Destinations
Instead of being defined directly with the explicit syntax shown in Table 8.2, a
destination may be referred to indirectly by means of a name object (PDF 1.1) or
a byte string (PDF 1.2). This capability is especially useful when the destination is
Previous Next