PhotoPropertySetImageBytes Method
This is used to set the bytes that make up the image
Namespace: EWSoftware.PDI.PropertiesAssembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2023.1.2.0
public void SetImageBytes(
byte[] image
)
Public Sub SetImageBytes (
image As Byte()
)
public:
void SetImageBytes(
array<unsigned char>^ image
)
member SetImageBytes :
image : byte[] -> unit
Parameters
- image Byte
- The byte array to use
Setting the bytes will force the
ValueLocation property to
BINARY.