Interface ITextHeaderFooter
Text header and footer contents
Namespace: IronPdf
Assembly: IronPdf.dll
Syntax
public interface ITextHeaderFooter : IMargins
Remarks
Added in post-processing
Properties
FirstPageNumber
Declaration
int FirstPageNumber { get; set; }
Property Value
Type | Description |
---|---|
System.Int32 |
TextFooter
Sets the footer content for every PDF page as text. Supports 'mail-merge' and automatically turns urls into hyperlinks..
Declaration
TextHeaderFooter TextFooter { get; set; }
Property Value
Type | Description |
---|---|
TextHeaderFooter |
TextHeader
Sets the header content for every PDF page as text. Supports 'mail-merge' and automatically turns urls into hyperlinks..
Declaration
TextHeaderFooter TextHeader { get; set; }
Property Value
Type | Description |
---|---|
TextHeaderFooter |