'DeclarationPublic Sub Close()
'UsageDim instance As DicomPrint instance.Close()
public void Close()
public procedure Close();
public function Close();
public: void Close();
public: void Close();
'DeclarationPublic Sub Close()
'UsageDim instance As DicomPrint instance.Close()
public void Close()
public procedure Close();
public function Close();
public: void Close();
public: void Close();
It is often not necessary to call this method explicitly, as it is called automatically then the DicomPrint object goes out of scope.
Any pending film boxes are printed (using an implicit PrintFilm method) before the association is closed.