BCGSuite for MFC
virtual void CBCGPPlannerPrint::PreparePrinting ( CDC *  pDC,
CPrintInfo *  pInfo,
CBCGPPlannerManagerCtrl pPlanner 
)
virtual

Called from the Planner Control and initializes internal members.

Override this method in a derived class if you need to perform any additional initializations for printing of current view.

Parameters
pDCPoints to the printer device context.
pInfoPoints to a CPrintInfo structure that describes the current print job.
pPlannerPoints to the planner control. Can not be NULL