Pagination (Column, Row) info when printing?

Is there a built-in functionality to retrieve the current column and row during a print operation when using the built-in pagination mechanism of NSView?

All I could find in the general printing documentation and for the NSPrintOperation and NSPrintInfo classes is the NSPrintOperation.currentOperation.currentPage property.

I'm basically attempting to access the 'address' (page number or row/column) of pages bordering to the left/right/above/below the current page to enable assembly constructions being shown to the user on printouts spanning multiple pages.

Hope this makes sense.

Thanks,
Jay