aspose.svg.rendering.image

The Aspose.Svg.Rendering.Image namespace provides specific device class as well as few rendering options classes responsible for rendering to raster formats: jpeg, png, bmp, gif, tiff.

Classes

ClassDescription
IImageDeviceFactoryRepresents a factory for creating image devices.
ImageDeviceRepresents rendering to raster formats: jpeg, png, bmp, gif, tiff.
ImageRenderingOptionsRepresents rendering options for ImageDevice. This options is used to specify output image format, compression, resolution etc.
TextOptionsRepresents text rendering options for ImageDevice.

Enumerations

EnumerationDescription
CompressionSpecifies the possible compression schemes for Tagged Image File Format (TIFF) bitmap images.
ImageFormatSpecifies the file format of the image. This class is deprecated and will be replaced by WebImageFormat.