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

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