Method GetTextToPaint
GetTextToPaint(string, int, int)
Replaces all tags in the given text by their values.
public virtual string GetTextToPaint(string text, int pageIndex, int pageCount)
Parameters
textstringSpecifies text to format.
pageIndexintSpecifies index of page.
pageCountintSpecifies page count.
Returns
- string
Formatted text.