PrintClient

Method of IBaseView

Description

Request to draw content in given DC, if host window is reused

Parameters

Syntax

JavaScript

BaseView.PrintClient(hDC, prc);

==== Visual Basic Script ====

BaseView.PrintClient hDC, prc

==== C++ ====

HRESULT hr = BaseView.PrintClient(hDC, prc);

===== See Also ===== IBaseView