How do I create a hatch pattern to fill an object?

Q:
Is there a way to implement hatch patterns to be used as a fill in
PDFNet? I would like to be able to support
System.Drawing.Drawing2D.HatchStyle when filling in an object.
---

A:
You would need to create a PDF pattern object (in concept, similar to
the brush) and then used it as the fill'color for path or text
elements. As a starting point you may want to take a look at 'Pattern'
sample project (http://www.pdftron.com/net/samplecode.html#Pattern).