<Type Name="HTMLPrintDrawFunc" FullName="Gtk.HTMLPrintDrawFunc">
  <TypeSignature Language="C#" Value="public delegate void HTMLPrintDrawFunc(HTML html, PrintOperation operation, PrintContext context, int page_nr, Rectangle rec);" />
  <AssemblyInfo>
    <AssemblyName>gtkhtml-sharp</AssemblyName>
    <AssemblyVersion>3.16.0.0</AssemblyVersion>
  </AssemblyInfo>
  <Base>
    <BaseTypeName>System.Delegate</BaseTypeName>
  </Base>
  <Parameters>
    <Parameter Name="html" Type="Gtk.HTML" />
    <Parameter Name="operation" Type="Gtk.PrintOperation" />
    <Parameter Name="context" Type="Gtk.PrintContext" />
    <Parameter Name="page_nr" Type="System.Int32" />
    <Parameter Name="rec" Type="Pango.Rectangle" />
  </Parameters>
  <ReturnValue>
    <ReturnType>System.Void</ReturnType>
  </ReturnValue>
  <Docs>
    <param name="html">To be added.</param>
    <param name="operation">To be added.</param>
    <param name="context">To be added.</param>
    <param name="page_nr">To be added.</param>
    <param name="rec">To be added.</param>
    <summary>To be added.</summary>
    <remarks>To be added.</remarks>
    <since version="GtkHtml# 3.14" />
  </Docs>
</Type>