Method of IBaseView
Request to draw content in given DC, if host window is reused
BaseView.PrintClient(hDC, prc);
==== Visual Basic Script ====
BaseView.PrintClient hDC, prc
==== C++ ====
HRESULT hr = BaseView.PrintClient(hDC, prc);
===== See Also ===== IBaseView