codecs.Save(image, destFileName, RasterImageFormat.Gif, 8, 1, 5, 5, CodecsSavePageMode.Insert)
Problem is that pages are correctly added but in reverse order (from page 5 to 1). There is no problem with either Replace, Append or Overwirte options.
Any idea (working with V15 evaluation under VB.NET 2005).
Many thanks
Thibault BIGNON