On export to PDF settings dialog box there is a check for open after export.
If I set the export options by program I don't see the dialog ( This is good) but I can't set the open after export option.
How I can open a pdf after export?
Thank you
Open after export
Open after export
Hello,
You can use following code:
Thank you.
You can use following code:
Code: Select all
System.Diagnostics.Process.Start(string.Format("\"{0}\"", fileName));