DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomDataSet Class / Read Method / Read(Stream,ReadBehaviours) Method

The Stream from which to read.




In This Topic
    Read(Stream,ReadBehaviours) Method
    In This Topic
    Reads from a standard Stream, with specific reading behaviour
    Syntax
    'Declaration
     
    
    Public Overloads Sub Read( _
       ByVal Stream As Stream, _
       ByVal Behaviour As ReadBehaviours _
    ) 
    'Usage
     
    
    Dim instance As DicomDataSet
    Dim Stream As Stream
    Dim Behaviour As ReadBehaviours
     
    instance.Read(Stream, Behaviour)
    public void Read( 
       Stream Stream,
       ReadBehaviours Behaviour
    )
    public:
    void Read( 
       Stream^ Stream,
       ReadBehaviours^ Behaviour
    ) 

    Parameters

    Stream

    The Stream from which to read.

    Behaviour
    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