DicomObjects Reference
DicomObjects Reference / DicomPrint Object / Connection Property
Connection Property
Description
The DicomConnection used by a DicomPrint Object
Property type
Read-only property
Syntax
Visual Basic
Public Property Connection As DicomConnection
Remarks
This property is useful when extra operations are required over a print association, and enables you to use the simplified interface provided by DicomPrint, yet still have flexibility to make arbitrary requests.  In particular, it can be used to N-GET the well-known printer instance during an association to check for the printer’s status.
The Mode property will always be doSync, and cannot be changed.
See Also