다음을 통해 공유


CHtmlEditCtrlBase::PrintDocument

현재 문서를 인쇄합니다.

HRESULT PrintDocument( ) const; 
HRESULT PrintDocument(
   LPCTSTR szPrintTemplate 
) const;
HRESULT PrintDocument(
   bool bShowPrintDialog 
) const;

매개 변수

  • szPrintTemplate
    인쇄 서식 파일 경로입니다. 기본 인쇄 템플릿은 지정 하지 않은 경우에 사용 됩니다.

  • bShowPrintDialog
    True 이면 인쇄 대화 상자를 보여 줍니다.

반환 값

실패 HRESULT 오류 또는 성공한 경우 S_OK를 반환합니다.

설명

보내는이 메서드는 IDM_PRINT 명령 ID WebBrowser 컨트롤입니다.

요구 사항

헤더: afxhtml.h

참고 항목

참조

CHtmlEditCtrlBase 클래스

CHtmlEditCtrlBase::PrintPreview