Viswanath Vankadari wrote: > > > Hi > > My domain is .Net > > I want to create Hatch Fill patterns(for example,Shingle pattern,Trellis > pattern,HorizontalBrick pattern) by using iTextSharp. > > How can create those patterns? >
My domain is Java. In chapter 11 of "iText in Action" I explain how to create patterns. For instance: http://itext.ugent.be/itext-in-action/examples/chapter11/Patterns.java results in this PDF: http://itext.ugent.be/itext-in-action/examples/chapter11/results/patterns.pdf It should be easy to translate the example to C#; but you'll need a sound knowledge of chapters 10 and 11 to create the pattern you desire. br, Bruno ------------------------------------------------------------------------- This SF.net email is sponsored by: Splunk Inc. Still grepping through log files to find problems? Stop. Now Search log events and configuration files using AJAX and a browser. Download your FREE copy of Splunk now >> http://get.splunk.com/ _______________________________________________ iText-questions mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/itext-questions Buy the iText book: http://itext.ugent.be/itext-in-action/
