Class PDFDestination

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class PDFDestination
extends NSObject
Since:
Available in iOS 11.0 and later.
  • Constructor Details

    • PDFDestination

      public PDFDestination()
    • PDFDestination

      protected PDFDestination​(NSObject.Handle h, long handle)
    • PDFDestination

      protected PDFDestination​(NSObject.SkipInit skipInit)
    • PDFDestination

      public PDFDestination​(PDFPage page, CGPoint point)
  • Method Details

    • getPage

      public PDFPage getPage()
    • getPoint

      public CGPoint getPoint()
    • getZoom

      public double getZoom()
      Since:
      Available in iOS 11.0 and later.
    • setZoom

      public void setZoom​(double v)
      Since:
      Available in iOS 11.0 and later.
    • init

      protected long init​(PDFPage page, CGPoint point)
    • compare

      public NSComparisonResult compare​(PDFDestination destination)
      Since:
      Available in iOS 11.0 and later.