'Declaration
Public Function New( _ ByVal FileName As String, _ Optional ByVal ReadBehaviour As ReadBehaviours _ )
'Usage
Dim FileName As String Dim ReadBehaviour As ReadBehaviours Dim instance As New DicomImage(FileName, ReadBehaviour)
public DicomImage( string FileName, ReadBehaviours ReadBehaviour )
public: DicomImage( String^ FileName, ReadBehaviours^ ReadBehaviour )
Parameters
- FileName
The name of the file to read.
This is passed unmodified to the operating system, and it is therefore the container's responsibility to ensure either that the file exists within the current directory, or that a fully qualified filename is provided.
- ReadBehaviour
The behaviours to be used when reading this stream