Package com.pspdfkit.document
Class Destination
-
- All Implemented Interfaces:
public final class Destination
A destination defines a particular view of a document, consisting of the following items: - The page of the document that shall be displayed. - The location of the document window on that page. - The magnification (zoom) factor. Destinations may be associated with outline items, link annotations, or actions, including "Go-To actions" or "remote Go-To actions").
-
-
Constructor Summary
Constructors Constructor Description Destination(int pageIndex, DestinationType type, float left, float top, float width, float height, float zoom)
-
Method Summary
-
-
Constructor Detail
-
Destination
Destination(int pageIndex, DestinationType type, float left, float top, float width, float height, float zoom)
-
-
-
-