[]
Represents the image data of an SVG vector image.
Note that when an SVG image is added to the document, it is automatically rasterized, and the raster copy of the image is saved in an ImageData instance. The VectorGraphicImageData class is used to preserve the original vector image.
public class VectorGraphicImageData
Public Class VectorGraphicImageData
Name | Description |
---|---|
ContentType | Gets the vector image content type. |
ImageBytes | Gets the raw bytes of the vector image. |
Source | Gets the path and name of the source file for the linked image. |
Name | Description |
---|---|
Save(Stream) | Saves the image into a specified stream. |