[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.ImageData.ToByteArray

ToByteArray Method

ToByteArray()

Returns a byte array representing the image, regardless of whether the image is stored or linked.

If the image is linked, this method downloads the image each time it is called.

Declaration
public override byte[] ToByteArray()
Returns
Type Description
byte[]

The image bytes.

Overrides