ASP.NET 썸네일형 리스트형 PrintDocument.Print 메서드 - 문서 인쇄 예제 소스 ==> using System; using System.IO; using System.Drawing; using System.Drawing.Printing; using System.Windows.Forms; public class PrintingExample { private Font printFont; private StreamReader streamToPrint; static string filePath; public PrintingExample() { Printing(); } // The PrintPage event is raised for each page to be printed. private void pd_PrintPage(object sender, PrintPageEventArg.. 더보기 처음 시작 블로그의 시작 더보기 이전 1 다음