示例#1
0
        private void OnPageSetupClick(object sender, EventArgs e)
        {
            PrintPictureBox ppb = new PrintPictureBox(Image);

            ppb.showPageSetupDialog();
        }
示例#2
0
        private void OnPrintPreviewClick(object sender, EventArgs e)
        {
            PrintPictureBox ppb = new PrintPictureBox(Image);

            ppb.showPrintPreview();
        }