accessoryController
A view controller for the accessory view that the panel can present.
Declaration
var accessoryController: NSViewController? { get set }Discussion
The PDF panel passes an NSPDFInfo object to the accessory view controller to display the various attributes associated with the PDF file. Unlike a print panel (that is, an NSPrintPanel object), a PDF panel can have only one accessory view.