'Declaration Public Overloads Sub AddDirectory( _
ByVal pathThe path to directory.As System.String, _
ByVal recursiveA value indicating whether control must process all DICOM files in specified directory and all sub directories. True if control must process all DICOM files in specified directory and all sub directories; false if control must process all DICOM files in specified directory only.As Boolean, _
ByVal readonlyModeA value indicating whether file should be opened in readonly mode.As Boolean _
)
Parameters
- path
- The path to directory.
- recursive
- A value indicating whether control must process all DICOM files in specified directory and all sub directories. True if control must process all DICOM files in specified directory and all sub directories; false if control must process all DICOM files in specified directory only.
- readonlyMode
- A value indicating whether file should be opened in readonly mode.