Please enable JavaScript to view this site.

TIFF Image Printer

Description

Enable or disable job tracking through this property. When job tracking is enabled a new IPNJob object is added to the Jobs collection for each print job printed by one of the printers in the printer pool for this session.

When job tracking is enabled, the jobs collection will continue to grow until either the session object is released or Reset is  called to clear the jobs collection. When tracking job information for a large number of files per session, you can use the Reset method to keep the collection from getting too large.

Read/write.

Syntax

expression.TrackingOn

where expression is an IPNSession object.

Returns or sets a Boolean.

See Also: IPNJobs IPNJob Jobs Reset