printableRect
The rectangle that represents the portion of the paper that can be imaged upon.
Declaration
var printableRect: CGRect { get }Discussion
Typically, UIKit passes this value into the last argument of the UIPrintPageRenderer method drawPage(at:in:).