I'm struggling to add background color on certain part of sentence(text), word with MIGRADOC and PDFSHARP. Any suggestions how to do ?
par.addText(coloredText);
This is how I tried to add text that should be colored but there is no way to setup for color, except for paragraph (paragraph.shading.color = Color.red)
but I need part of the text in the paragraph.
Thanks