Use this property to pass the input to component in the byte array form.
public byte[] InputBytes { get; set; }
Public Property InputBytes As Byte()
Assign a byte array containing the data to be processed to this property.
This property is not available at design time.