GetPrintableRect
const BRect& GetPrintableRect() const;
const float leftMargin = GetJobData()->GetPrintableRect().left;
const float topMargin = GetJobData()->GetPrintableRect().top;
RotateRect(fOrgJobData->GetPrintableRect()));
BRect margin = fJobData->GetPrintableRect();