SvgImageType
SvgImageType enumeration
Represents type of raster image within SVG image.
public enum SvgImageType
Values
Name | Value | Description |
---|---|---|
Jpeg | 0 |
JPEG JFIF. |
Png | 1 |
Portable Network Graphics. |
Bmp | 2 |
Windows Bitmap. |
Gif | 3 |
Gif image format |
Tiff | 4 |
Tiff image format |
Unknown | 5 |
Unknown format |
See Also
- namespace Aspose.CAD.ImageOptions.SvgOptionsParameters
- assembly Aspose.CAD