PrintComplete Event
Top  Previous  Next


Occurs when the entire document is sent to the printer spooler without any errors.


Syntax

object.PrintComplete()

Where object evaluates to an ASP Printer object.



Remarks

If an error occurs while sending the document to the printer spooler, this event will not trigger. Instead, the PrintError event is triggered.