PhotoPropertyGetImageBytes Method

This is used to get the bytes that make up the image

Definition

Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public byte[] GetImageBytes()

Return Value

Byte
A byte array containing the image bytes. The byte array is only valid for use with an image if the ValueLocation is set to BINARY or INLINE. If set to something else, the value is probably a URL or a pointer to some other location where the image can be found.

See Also