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

In This Topic
    ImageBytes Property
    In This Topic
    Gets the raw bytes of the image stored in this picture.

    Gets null if the image is not stored in the document (e.g the image is probably linked in this case).

    Syntax
    'Declaration
     
    Public ReadOnly Property ImageBytes As System.Byte()
    public System.byte[] ImageBytes {get;}
    See Also