openDICOM.NET API Reference (openDICOM# Class Library)

DicomFile Constructor (String, Boolean, Boolean)

Creates a DICOM file instance from a DICOM file. IsStrictDecoded is set to given decoding attribute. If memory preloading is activated, the entire file content will be written to memory and afterwards processed.

public DicomFile(
   string fileName,
   bool preloadToMemory,
   bool useStrictDecoding
);

See Also

DicomFile Class | openDicom.File Namespace | DicomFile Constructor Overload List