In the header i do not see the picture...the picture is well visable in the rest of the Word document
$paramsHeader = array(
'name' => ''.$Header_Bestandslocatie_row2.'',
'textWrap' => 5,
'font' => 'Times New Roman'
);
$docx->addHeader(''.$paramsHeader.'', $paramsHeader);
$paramsImg = array(
'name' => ''.$Header_Bestandslocatie_row2.'',
'scaling' => 20,
'spacingTop' => 0,
'spacingBottom' => 0,
'spacingLeft' => 0,
'spacingRight' => 0,
'textWrap' => 1,
'border' => 0,
'borderDiscontinuous' => 1
);
$docx->addImage($paramsImg);