Contents

documentView

The innermost view used by PDFView or by your PDFView subclass.

Declaration

var documentView: UIView? { get }
var documentView: NSView? { get }

Discussion

The innermost view is the one displaying the visible document pages. This method is useful when converting coordinates from one view to another.

See Also

Specializing the View