_ZoomFactor
float _ZoomFactor() const;
return ScaleRect(fPaperRect, _ZoomFactor());
return ScaleRect(fPrintableRect, _ZoomFactor());
printRect = ScaleDown(printRect, _ZoomFactor() * scaling);
SetScale(_ZoomFactor() * scaling);