Hi. I am using Words, Cells, and Slides to work with embedded OLE objects. In the Cells and Slides APIs, the raw object data is exposed as a byte array that is very easy to get the length of (ObjectData.Length). Is there a way to do that with the Words API?
Thanks!