COleDocObjectItem::OnPrint

此成员函数由框架调用打印文档。

static void OnPrint(
   CView* pCaller,
   CPrintInfo* pInfo,
   BOOL bPrintAll = TRUE 
);

参数

  • pCaller
    为发送打印"命令的CView对象的指针。

  • pInfo
    有关介绍工作打印的 CPrintInfo 对象的指针。

  • bPrintAll
    指定整个文档是否要打印。

要求

Header: afxole.h

请参见

参考

COleDocObjectItem选件类

层次结构图

COleDocObjectItem::OnPreparePrinting