DicomObjects Reference
DicomObjects Reference / DicomPrint Object / Close Method
Close Method
Description
Close connection to a printer
Syntax
Visual Basic
Public Sub Close() 
Remarks
It is often not necessary to call this method explicitly, as it is called automatically when the DicomPrint object goes out of scope.
Any pending film boxes are printed (using an implicit PrintFilm method) before the association is closed.
See Also