Skip to content
This repository was archived by the owner on Apr 23, 2020. It is now read-only.
This repository was archived by the owner on Apr 23, 2020. It is now read-only.

Header And Footer Spacing #104

@RScanlan1990

Description

@RScanlan1990

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions