tags:

views:

60

answers:

1

I just want to know how I can print a flow document without showing Print Dialog in WPF.

Thanks for help...

+1  A: 

You can use the PrintDialog class without showing the dialog (without calling ShowModal)

Nir