BackgroundPrintingStatus for PowerPoint XP?

  • Thread starter Thread starter Bob
  • Start date Start date
B

Bob

Hi,

Is there something like BackgroundPrintingStatus in PowerPoint? I was trying
to locate something like it, but no luck?

Otherwise, is that possible to inhibit background printing altogether?

Any advice is greatly appreciated.


Thanks,
Bob
 
Just in case somebody will google on this subject again.

It turns out that it can be done by setting the PrintInBackground property
of the presentation.
Ex:
pptFile.PrintOptions.PrintInBackground =
Microsoft.Office.Core.MsoTriState.msoFalse;

Cheers,
Bob
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top