IcoImage.AddPage

AddPage(RasterImage)

Expand your ICO image by adding an image page entry, leveraging the IcoOptions. This method seamlessly incorporates raster images into your ICO file, converting them to a high-quality 32-bit PNG format. Perfect for enhancing your ICO files with raster images while ensuring optimal compatibility and rendering quality.

public void AddPage(RasterImage page)
ParameterTypeDescription
pageRasterImageThe image.

See Also


AddPage(Image)

Enrich your ICO image effortlessly by inserting an image page entry using the default settings from IcoOptions. This method conveniently converts the inserted image to a 32-bit PNG format, ensuring compatibility and high-quality rendering within the ICO image. Perfect for seamlessly integrating PNG images into your ICO files with ease and efficiency.

public void AddPage(Image page)
ParameterTypeDescription
pageImageThe image.

See Also


AddPage(Image, IcoOptions)

Diversify your ICO image effortlessly by integrating an image entry tailored to your needs with the specified IcoOptions. This method seamlessly incorporates the image according to your customized options, ensuring flexibility and precision in your ICO file.

public void AddPage(Image page, IcoOptions icoOptions)
ParameterTypeDescription
pageImageThe image.
icoOptionsIcoOptionsThe ICO options.

See Also