Please enable JavaScript to view this site.

TIFF Image Printer

Description

A string based unique identifier for matching IPNJob information to a print session. Every new print session is given a unique identifier, and every print job processed by that print session is also assigned that unique identifier.

This identifier can be used to track information from the printing cycle to be used in the event handlers. The IPNJob object sent to the event handler also contains a reference to the PrintSessionGUID. An example of this would be to storing the source document name in a key-value mapped collection keyed by PrintSessionGUID to later be used on the OnEndJob event handler.

Read-only.

Syntax

expression.PrintSessionGUID

where expression is an IPNPrintSession object.

Returns a String.

See Also: IPNJob IPNJob.PrintSessionGUID