Print without show print option dialog

Hi all,
I would like to know, if there is a way to print from code .net, without displaying the dialog with the user print options and printer selection, and then without waiting for the confirmation button “OK”?
thank you very much.

Here you can use the property .AutoShowPrintOptions.

I tried to use it, but when I get to call the print method
I still see a dialogue with the choice of printer, number of copies and other …
I would like instead of the press were to be launched in a silent without a user having to interact with the PC.

Than have a look at the c# export sample… here is the silent print/export without user interacting shown. I think you can also find additional information in the programmer’s reference in chapter ‘2.4.9. Export’.