Contents

PDFPage

PDFPage, a subclass of NSObject, defines methods used to render PDF pages and work with annotations, text, and selections.

Declaration

class PDFPage

Mentioned in

Overview

PDFPage objects are flexible and powerful. With them you can render PDF content onscreen or to a printer, add annotations, count characters, define selections, and get the textual content of a page as an NSString object.

Your application instantiates a PDFPage object by asking for one from a PDFDocument object.

For simple display and navigation of PDF documents within your application, you don’t need to use PDFPage. You need only use PDFView.

Topics

Initializing a Page

Getting Information About a Page

Working with Annotations

Rendering Pages

Working with Textual Content

Working with Selections

Supporting Types

Type Aliases

Initializers

Instance Properties

Instance Methods

See Also

Content Model