CPrintInfo::m_rectDraw

Specifies the usable drawing area of the page in logical coordinates.

Remarks

You may want to refer to this in your override of CView::OnPrint. You can use this member to keep track of what area remains usable after you print headers, footers, and so on. The m_rectDraw member is a public variable of type CRect.

Requirements

Header: afxext.h

See Also

Reference

CPrintInfo Structure

Hierarchy Chart

CView::OnPrint