DicomObjects.NET.V8
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: .NET CLR 4.0 or higher

    See Also