Please enable JavaScript to view this site.

TIFF Image Printer

Description

Returns an IPNJobs collection of IPNJob objects. If job tracking is enabled through the TrackingOn property a new IPNJob object is added to this collection each time a file is printed to one of the printers in the printer pool for this session. If nothing has been printed, the collection will be empty. The collection can be cleared using the Reset method.

Job tracking is off for each session by default.

Read-only.

Syntax

expression.Jobs

where expression is an IPNSession object.

Returns an IPNJobs collection.

See Also: IPNJobs IPNJob TrackingOn Reset