Class CGPDFPage

  • All Implemented Interfaces:
    java.lang.AutoCloseable

    public class CGPDFPage
    extends CFType
    • Constructor Detail

      • CGPDFPage

        protected CGPDFPage()
    • Method Detail

      • getDocument

        public CGPDFDocument getDocument()
        Since:
        Available in iOS 2.0 and later.
      • getPageNumber

        public long getPageNumber()
        Since:
        Available in iOS 2.0 and later.
      • getBoxRect

        public CGRect getBoxRect​(CGPDFBox box)
        Since:
        Available in iOS 2.0 and later.
      • getRotationAngle

        public int getRotationAngle()
        Since:
        Available in iOS 2.0 and later.
      • getDrawingTransform

        public CGAffineTransform getDrawingTransform​(CGPDFBox box,
                                                     CGRect rect,
                                                     int rotate,
                                                     boolean preserveAspectRatio)
        Since:
        Available in iOS 2.0 and later.
      • getDictionary

        public CGPDFDictionary getDictionary()
        Since:
        Available in iOS 2.0 and later.
      • getClassTypeID

        public static long getClassTypeID()
        Since:
        Available in iOS 2.0 and later.