ImageGear for .NET
Saving Multiframe Images
Send Feedback
ImageGear for .NET User Guide > Using ImageGear for .NET > Using ImageGear.Formats.DICOM Namespace > Loading and Saving DICOM Images > Saving Multiframe Images

Glossary Item Box

The DICOM format is not designed for an easy insertion of pages. The following issues exist:

According to the above issues, DICOM format filter in ImageGear for .NET has the following limitations:

If any of the limitations is encountered, ImageGear throws an exception.

To save a multipage image:

  1. Load an image to ImageGear for .NET.
  2. Save image to a new file (or use OVERWRITE mode).
  3. Load next image to ImageGear for .NET.
  4. Save image to existing file, using APPEND mode.
  5. Repeat steps 3 and 4 for all pages to be written.

Alternatively, create an ImGearDocument Class and save to DICOM using the SaveDocument Method.  

©2013. Accusoft Corporation. All Rights Reserved.