[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.VectorGraphicImageData

VectorGraphicImageData Class

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.

Inheritance
VectorGraphicImageData
Namespace: GrapeCity.Documents.Word
Assembly: DS.Documents.Word.dll
Syntax
public class VectorGraphicImageData
Public Class VectorGraphicImageData

Properties

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.

Methods

Name Description
Save(Stream)

Saves the image into a specified stream.