我試圖修改System.Windows.Forms.PrintDialog中的System.Drawing.Printing.PrinterSettings對象,該對象已顯示給用戶。雖然我可以更改PrinterSettings對象上的屬性值,但在打印文檔時實際上會考慮到在顯示對話框後所做的任何更改。 這裏是我的意思的例子: //Show the printdialog and retreive t
嗨,我想保存我在打印機首選項中所做的更改,但它們被忽略。我在C#這樣 請幫我謝謝 public partial class Form1 : Form
{
public Form1()
{
InitializeComponent();
}
PrintDocument pd = new PrintDocument();
[DllImpo