PyCView.OnBeginPrinting Virtual

OnBeginPrinting(dc, pInfo )

Called by the framework at the beginning of a print or print preview job, after OnPreparePrinting has been called.

Parameters

dc : PyCDC

The DC object.

pInfo : PyCPrintInfo

The print info object.

See Also

PyCView::OnBeginPrinting