openDICOM.NET API Reference (openDICOM# Class Library)

AcrNemaFile Constructor (String, Boolean, Boolean)

Creates an ACR-NEMA file instance from an ACR-NEMA file defined by file name. 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 AcrNemaFile(
   string fileName,
   bool preloadToMemory,
   bool useStrictDecoding
);

See Also

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