Printing Headers and footers

I want to add some header information and footer information to my ggoDiagram print outs. I believe that I can do this by overriding the PrintDocumentPage or PrintDecoration event, but I do not know where to start after this?

Does anybody have any simple examples of how to do this for me?
Thanks

Done by overriding GoView.PrintDecoration – see Demo1 (aka NodeLinkDemo) for an example.