Turn off PDF header

How do I turn off the PDF header? I have tried setting the header to a null string, but it still ends up rendered as "Header" in the output document.

You need to set the Header to an empty string before calling NewPage.

That worked. Thank you!