Skip to main content
A newer version of this page is available.
All docs
V18.2

SvgImageCollection.GetImage Method

Name Parameters Description
GetImage(Int32, ISvgPaletteProvider, Nullable<Size>) index, palette, size Returns a regular raster image of the specific size. This raster image is produced from a source vector image, and colorized according to the provided palette.
GetImage(Int32, Nullable<Size>) index, size Returns a regular raster image of the desired size. The image is produced from a source vector image.
GetImage(String, ISvgPaletteProvider, Nullable<Size>) name, palette, size Returns a regular raster image of the specific size. This raster image is produced from a source vector image, and colorized according to the provided palette.
GetImage(String, Nullable<Size>) name, size Returns a regular raster image of the desired size. The image is produced from a source vector image.