cjorgensen
July 2, 2007, 18:25:05
I purchased Version 13 of Server this weekend and my documents aren't printing like they used to with Version 11 ActiveX Server. I have a LOGO at the top of the page with a title, and the logo is getting cut off where the header is supposed to go.
I did get it to work if I put the following code in:
tx.HeadersAndFooters.Remove(HeaderFooterType.All)
I tried to just remove the FirstPageHeader:
tx.HeadersAndFooters.Remove(HeaderFooterType.First PageHeader)
but It only works if I don't have any footers on the page... but there are documents I have that have footers.
Is there a way to fix this?
Thanks,
Cory Jorgensen
Bitco Software
I did get it to work if I put the following code in:
tx.HeadersAndFooters.Remove(HeaderFooterType.All)
I tried to just remove the FirstPageHeader:
tx.HeadersAndFooters.Remove(HeaderFooterType.First PageHeader)
but It only works if I don't have any footers on the page... but there are documents I have that have footers.
Is there a way to fix this?
Thanks,
Cory Jorgensen
Bitco Software