반응형
C# -- 인쇄 #3 -- printing preview
개발환경 : visual studio 2013, windows 7 64bit
참고 : C#을 이용한 윈도우 폼 프로그래밍, 초판 p.278~281
https://msdn.microsoft.com/ko-kr/library/System.Windows.Forms.PrintPreviewControl(v=vs.110).aspx
http://www.whiteboardcoder.com/2013/05/visual-studio-2012-c-printpreviewcontrol.html
** Winform 설정
-- Toolbox 에서 PrintDocument 컨트롤과 PrintPreviewControl 컨트롤을 폼에 드래그 한다.
** 코드
** 결과물
--- 인쇄 버튼 누르면 인쇄됨...
반응형
'C#' 카테고리의 다른 글
C# -- listview, panel 에서 double buffered, ResizeRedraw Extension 사용하기 (1) | 2015.12.12 |
---|---|
c# -- Npgsql 이용하여 postgresql 접속하기 (1) | 2015.08.19 |
C# -- 인쇄 #2 -- print preview dialog (0) | 2015.08.17 |
c# -- using 문 ( using Statement ) (0) | 2015.08.17 |
C# -- 인쇄 #1 -- 텍스트 인쇄하기 (0) | 2015.08.17 |