Beispiel #1
0
        // methods

        public override void  Reset()
        {
            pdlg             = new PRINTDLG();
            pdlg.lStructSize = Marshal.SizeOf(pdlg);
            pDoc             = null;
            pSettings        = new PrinterSettings();
            AllowShrinkToFit = false;
        }
Beispiel #2
0
 public static extern bool PrintDlg([In, Out] PRINTDLG lppd);
Beispiel #3
0
 internal static partial bool PrintDlg(ref PRINTDLG lppd);
Beispiel #4
0
 private static extern bool PrintDlg(ref PRINTDLG pdlg);