DicomObjects.NET.8.48 Documentation
DicomObjects.EventArguments Namespace / ReceivingPixelDataArgs Class / ReceiveToDisk Method

In This Topic
    ReceiveToDisk Method
    In This Topic
    Write the data received so far to the names file, and then pass received pixel data direct to that file, without holding it all in memory
    Syntax
    'Declaration
     
    
    Public Sub ReceiveToDisk( _
       ByVal FileName As System.String _
    ) 
    public void ReceiveToDisk( 
       System.string FileName
    )

    Parameters

    FileName
    Remarks

    The transfer syntax used for the file is always the same as that received over the network

    Requirements

    Target Platforms: .NET CLR 4.8 or higher

    See Also