[]
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.
public override byte[] ToByteArray()
Public Overrides Function ToByteArray() As Byte()
Type | Description |
---|---|
byte[] | The image bytes. |