Returns image bytes for any image regardless whether the image is stored or linked.
[Visual Basic]Public Function ToByteArray() As
Byte() [C#]public
byte[] ToByteArray();
Remarks
If the image is linked, downloads the image every time it is called.
See Also
ImageData Class | Aspose.Words.Drawing Namespace | ImageBytes