Photo PropertySet Image Bytes Method
This is used to set the bytes that make up the image
Definition
Namespace: EWSoftware.PDI.Properties
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
Assembly: EWSoftware.PDI.Data (in EWSoftware.PDI.Data.dll) Version: 2025.1.9.0
C#
public void SetImageBytes(
byte[] image
)VB
Public Sub SetImageBytes (
image As Byte()
)C++
public:
void SetImageBytes(
array<unsigned char>^ image
)F#
member SetImageBytes :
image : byte[] -> unit Parameters
- image Byte
- The byte array to use
Remarks
Setting the bytes will force the ValueLocation property to
BINARY.