DicomObjects.NET.V8
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 String _
    ) 
    'Usage
     
    Dim instance As ReceivingPixelDataArgs
    Dim FileName As String
     
    instance.ReceiveToDisk(FileName)
    public void ReceiveToDisk( 
       string FileName
    )
    public:
    void ReceiveToDisk( 
       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.0 or higher

    See Also