'Declaration Public Function New( _
ByVal filePathПуть к файлу DICOM.As System.String, _
ByVal accessКонстанта FileAccess, определяющая, как можно получить доступ к файлу изображения.As System.IO.FileAccess, _
ByVal layoutSettingsНастройки макета документа.As Vintasoft.Imaging.Codecs.Decoders.DocumentLayoutSettings _
)
public DicomFile(
System.String filePath,
System.IO.FileAccess access,
Vintasoft.Imaging.Codecs.Decoders.DocumentLayoutSettings layoutSettings
)
public: DicomFile(
System.String filePath,
System.IO.FileAccess access,
Vintasoft.Imaging.Codecs.Decoders.DocumentLayoutSettings* layoutSettings
)
public:
DicomFile(
System.String filePath,
System.IO.FileAccess access,
Vintasoft.Imaging.Codecs.Decoders.DocumentLayoutSettings^ layoutSettings
)
Parameters
- filePath
- Путь к файлу DICOM.
- access
- Константа FileAccess, определяющая, как можно получить доступ к файлу изображения.
- layoutSettings
- Настройки макета документа.