共用方式為


CHtmlEditCtrlBase::PrintPreview

使用預設的預覽列印範本或自訂範本,開啟目前文件的 [預覽列印] 視窗。

HRESULT PrintPreview( ) const; 
HRESULT PrintPreview(
   LPCTSTR szPrintTemplate 
) const;

參數

  • szPrintTemplate
    列印範本的路徑。

傳回值

如果成功則傳回 S_OK 或在失敗的錯誤 HRESULT。

備註

這個方法 IDM_PRINTPREVIEW 命令 ID。 傳送至瀏覽器控制項。

需求

Header: afxhtml.h

請參閱

參考

CHtmlEditCtrlBase 類別

CHtmlEditCtrlBase::PrintDocument