SECEditView::SetMargins
voidSECEditView::SetMargins(CDC*pDC, CRect&rcPage)
Deflates the given rect to account for any margins
Defined in: SECEditView.cpp
Return Value
void
Parameters
pDC
Points to the device context for printing.
rcPage
The rectangle to bet set with the desired page area
Developer Notes
rcPage is initialized with the full print area returned by the printer. The default handling gives an arbitrary 1/2 inch margin on all sides.See Also