DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomPrint Class / Close Method



In This Topic
    Close Method (DicomPrint)
    In This Topic
    Closes an association to a DICOM printer, completing any pending print operations
    Syntax
    'Declaration
     
    
    Public Sub Close() 
    'Usage
     
    
    Dim instance As DicomPrint
     
    instance.Close()
    public void Close()
    public:
    void Close(); 
    Remarks

    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.

    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also