Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / VectorGraphicImageData Class
Members

In This Topic
    VectorGraphicImageData Class
    In This Topic
    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.

    Object Model
    VectorGraphicImageData Class
    Syntax
    'Declaration
     
    Public Class VectorGraphicImageData 
    public class VectorGraphicImageData 
    Inheritance Hierarchy

    System.Object
       GrapeCity.Documents.Word.VectorGraphicImageData

    See Also