Skip to content

Latest commit

 

History

History

HeaderFooter

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Add header and footer to PDF documents in C# and VB.NET

This sample shows how to add header and footer to PDF documents using Docotic.Pdf library.

You can use the PageLayout.Header and PageLayout.Footer methods to add common headers and footers to PDF pages. Use the TextContainer.CurrentPageNumber method to add a page number to the current page.

The library also provides ways to add common headers and footers within page body:

This sample code uses free Docotic.Pdf.Layout add-on for Docotic.Pdf library.

See also