We are using Aspose PDF 4.6.0
We are trying to generate PDFs from CAD Drawings. Drawing circles, lines etc. is not a problem. Filling them with solid color is also working.
But we did not figure out, how to fill such objects with hatchpatterns.
Can you please tell me, if this is possible?
Please reply to
This message was posted using Aspose.Live 2 Forum
Hello Thomas,
Thanks for using our products.
I am afraid the requested feature on filling the graphics object with any fill pattern is currently not supported. However, for the sake of implementation, I have logged this requirement as PDFNET-20579 in our issue tracking system. We will further look into the details of this requirement and will keep you updated on the status of correction.
Please be patient and spare us little time. We apologize for your inconvenience.
Hello Thomas,
Thanks for your patience.
We have further investigated this requirement and have found that we already have classes present under Aspose.Pdf.Generator to create hatch pattern. Please take a look over
- [ColouredTilingPattern]
- [CrossHatchPattern]
- [HatchingPattern]
- [ImagePattern]
- [ShadingPattern]
- [UncolouredTilingPattern]
The respective class links contain the code snippet on how to use them.