CPrintDialog::CreatePrinterDC
프린터 장치 컨텍스트 (DC)에서 생성 된 DEVMODE 및 DEVNAMES 구조.
HDC CreatePrinterDC( );
반환 값
새로 만든된 프린터 장치 컨텍스트를 처리 합니다.
설명
이 DC 현재 프린터 DC, 가정 및 다른 프린터 Dc가 삭제 해야 이전에 가져온.이 함수를 호출할 수 및 인쇄 대화 상자를 표시 하지 않고 이전 결과 DC를 사용 합니다.
예제
// Display the Windows Print dialog box with "All" radio button
// initially selected. All other radio buttons are disabled.
CPrintDialog dlg(FALSE);
if (dlg.DoModal() == IDOK)
{
// Create a printer device context (DC) based on the information
// selected from the Print dialog.
HDC hdc = dlg.CreatePrinterDC();
ASSERT(hdc);
}
요구 사항
헤더: afxdlgs.h