PDDestination | This represents a destination in a PDF document. | code | html |
PDPageDestination | This represents a destination to a page, see subclasses for specific parameters. | code | html |
PDNamedDestination | This represents a destination to a page by referencing it with a name. | code | html |
PDPageFitDestination | This represents a destination to a page and the page contents will be magnified to just fit on the screen. | code | html |
PDPageFitHeightDestination | This represents a destination to a page at a x location and the height is magnified to just fit on the screen. | code | html |
PDPageFitRectangleDestination | This represents a destination to a page at a y location and the width is magnified to just fit on the screen. | code | html |
PDPageFitWidthDestination | This represents a destination to a page at a y location and the width is magnified to just fit on the screen. | code | html |
PDPageXYZDestination | This represents a destination to a page at an x,y coordinate with a zoom setting. | code | html |