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

In This Topic
    ImageBytes Property (VectorGraphicImageData)
    In This Topic
    Gets the raw bytes of the vector image.
    Syntax
    'Declaration
     
    Public ReadOnly Property ImageBytes As System.Byte()
    public System.byte[] ImageBytes {get;}
    See Also