Class PDFActionRemoteGoTo

All Implemented Interfaces:
NSObjectProtocol, ObjCProtocol

public class PDFActionRemoteGoTo
extends PDFAction
Since:
Available in iOS 11.0 and later.
  • Constructor Details

    • PDFActionRemoteGoTo

      public PDFActionRemoteGoTo()
    • PDFActionRemoteGoTo

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

      protected PDFActionRemoteGoTo​(NSObject.SkipInit skipInit)
    • PDFActionRemoteGoTo

      public PDFActionRemoteGoTo​(long pageIndex, CGPoint point, NSURL url)
  • Method Details

    • getPageIndex

      public long getPageIndex()
    • setPageIndex

      public void setPageIndex​(long v)
    • getPoint

      public CGPoint getPoint()
    • setPoint

      public void setPoint​(CGPoint v)
    • getURL

      public NSURL getURL()
    • setURL

      public void setURL​(NSURL v)
    • init

      protected long init​(long pageIndex, CGPoint point, NSURL url)