Hello,
I'm exporting a PDF from my web application. To populate the table cell i'm using following statement:
grid.Cells[0].Value = "Hello world";
How can I write formatted strings, where "Hello" is in black font 12px and world is in gray font 10px?
Thanks!