|
If you are use the LEADTOOLS .NET RasterImage object, you can load a multi-page file into a RasterImage and control the page that is selected using the RasterImage.Page Property. You can also save to multi-page file by saving page-by-page using RasterCodecs.Save to a file with the CodecsSavePageMode flag set to Append.
If you are use the RasterImageList Class, you can load files (including multi-page) to a RasterImageListItem Class using RasterCodecs.Load, and save them to a Multipage file using RasterCodecs.Save.
In anycase, you will have to save the multipage file page by page using the 'Append' Flag.
Adam Boulad LEADTOOLS Technical Support
|