Package com.crionics.jpdf.destination

Contains the objects used to specify a specific page and its viewing configuration within in a PDF document.

See:
          Description

Class Summary
AbstractDestinationPage A object defining a specific page to be displayed.
AbstractZoom A object defining a particular view of a page in a document.
LocalPageDestination A Destination Object defining the page and the zoom configuration of a page within the current PDF Document.
RemotePageDestination A Destination Object defining the page and the zoom configuration of a page within another PDF Document.
ZoomArea Display the page with its contents magnified just enough to fit the area specified by its coordinates (left, top) and sizes (width, height) entirely within the window both horizontally and vertically.
ZoomBoundingBox Display the page with its contents magnified just enough to fit its bounding box entirely within the window both horizontally and vertically.
ZoomBoundingBoxHeight Display the page with the horizontal coordinate 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.
ZoomBoundingBoxWidth Display the 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.
ZoomPage  
ZoomPageHeight Display the page with the horizontal coordinate left positioned 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.
ZoomPageWidth Display the 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 the page within the window.
ZoomPosition Display the page with the coordinates (left, top) positioned at the upper-left corner of the window and the contents of the page magnified by a zoom factor.
 

Package com.crionics.jpdf.destination Description

Contains the objects used to specify a specific page and its viewing configuration within in a PDF document.

Destination Objects define a particular view of a page in a PDF document and contains the following information:

Destinations may be associated with:

In each case, the destination specifies the view of the document to be presented when the outline item or annotation is opened or the action is performed.



Copyright © 1999-2007 Crionics. All Rights Reserved.