public interface PdfDestination
Modifier and Type | Field and Description |
---|---|
static int |
FIT
Constant for adjusting magnification factor (zoom) of a page
just enough to fit the entire page within the width and height
of the viewer window.
|
static int |
FITB
Constant for adjusting magnification factor (zoom) of a page to
tightly fit entire height and width of its
bounding box
inside a window.
|
static int |
FITBH
Constant for positioning the top edge of the viewer window at a
specified distance from the top edge of a page and adjusting the
magnification factor (zoom) so as to tightly fit entire width
of the page's
bounding box
inside the window.
|
static int |
FITBV
Constant for positioning the left edge of the viewer window at a
specified distance from the left edge of a page and adjusting the
magnification factor (zoom) so as to tightly fit entire height
of the page's
bounding box
inside a window.
|
static int |
FITH
Constant for adjusting magnification factor (zoom) of a page to
tightly fit its entire width inside a window.
|
static int |
FITR
Constant for positioning the viewer window on a page so that
the entire height and width of a specified rectangular area can
be tightly accommodated inside the viewer window.
|
static int |
FITV
Constant for positioning the left edge of the viewer window at
a specified distance from the left edge of a page and adjusting
the magnification factor (zoom) so as to tightly fit its entire
height inside a window.
|
static int |
XYZ
Constant for positioning the viewer window on a specified
position on a page with specified magnification factor (zoom).
|
static final int FITH
static final int FITBH
static final int FITBV
static final int FITV
static final int FITB
static final int FIT
static final int FITR
static final int XYZ