'Declaration Public Overloads Sub AddDirectory( _
ByVal pathThe path to directory.As System.String, _
ByVal recursiveTrue 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
- 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.