Hi,
I am trying to set the spacing for my header and footer, I add the header and footer using this method
_objectConfig.Header.SetHtmlContent(GetCombinedPath(headerPath));
_objectConfig.Footer.SetHtmlContent(GetCombinedPath(footerPath));
But my content is not spaced below the header, I have tried to add
_objectConfig.Header.SetContentSpacing(60);
_objectConfig.Footer.SetContentSpacing(60);
However that seemed not to work, can anyone help me out please?