Interface IMultipageImageExt
The extended multipage image interface
public interface IMultipageImageExt : IMultipageImage
- Inherited Members
Methods
AddPage(RasterImage)
Adds page to the image.
void AddPage(RasterImage page)
Parameters
page
RasterImageThe page to add.
- See Also