Search found 1 match

by DeanG
Tue Jan 08 2008
Forum: Amyuni PDF Converter (PDF Printer Driver)
Topic: Is PrintPDFDocument synchronous?
Replies: 2
Views: 5931

PrintPDFDocument Synchronous/Blocking?

Will the PrintPDFDocument be holding my file after the function call has returned? Here's what I intend to code:

PrintPDFDocument( aFile );
remove( aFile );