Table cell fontcolor

Hi,

I am testing aspose.pdf in c# (net 3.5). I created a table with different columnspan etc. The only problem that i have is that some data cells needs another fontcolor ( not backcolor).

How can i do that ? I treed to work with text and textinfo with no result.

Francis,

Hi Francis,

Thank you for considering Aspose.

Have you tried setting the color as given below?

TextInfo.Color = new Aspose.Pdf.Color("Red");

If it doesn't work then please share the code snippet you're trying to use, so we could look into that.

Regards,