SECEditView::OnBeginPrinting
voidSECEditView::OnBeginPrinting(CDC*pDC, CPrintInfo*pInfo)
Called when printing is to commence.
Defined in: SECEditView.cpp
Return Value
void
Parameters
pDC
Points to the device context for printing.
pInfo
Information regarding the print job
Developer Notes
This function intializes the _SECEditPrinterInfo with information about the print job, and sets up the margins and the header and footer.See Also