331
Chương 8: Đồ họa, đa phương tiện, và in ấn
Ví dụ, xét form được trình bày trong hình 8.13. Nó sáp nhập một
PrintPreviewControl
và cho
phép người dùng chọn thiết lập cho zoom (thu phóng trang).
Hình 8.12 Sử dụng PrintPreviewDialog để hiển thị print-preview trong một cửa sổ độc lập
Hình 8.13 Sử dụng PrintPreviewControl để hiển thị print-preview trong một cửa sổ tùy biến
Dưới đây là phần mã cho form:
using System;
using System.Windows.Forms;
using System.Drawing;
using System.Drawing.Printing;
public class PrintPreview : System.Windows.Forms.Form {