'Declaration Public Function New( _
ByVal filePathThe path of the DICOM file.As System.String, _
ByVal accessA FileAccess constant that determines how the image file can be accessed.As System.IO.FileAccess, _
ByVal layoutSettingsThe document layout settings.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
- The path of the DICOM file.
- access
- A FileAccess constant that determines how the image file can be accessed.
- layoutSettings
- The document layout settings.