Gtk.HTML.PrintWithHeaderFooter Method
Adds a header and footer to the HTML and prints it using print_context.

Syntax

public void PrintWithHeaderFooter (Gnome.PrintContext print_context, double header_height, double footer_height, HTMLPrintCallback header_print, HTMLPrintCallback footer_print)

Parameters

print_context
a Gnome.PrintContext
header_height
a double
footer_height
a double
header_print
a Gtk.HTMLPrintCallback, a header generation routine
footer_print
a Gtk.HTMLPrintCallback, a footer generation routine

Remarks

Requirements

Namespace: Gtk
Assembly: gtkhtml-sharp (in gtkhtml-sharp.dll)