DicomObjects.NET Core 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 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: 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