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
text
stringSpecifies text to format.
pageIndex
intSpecifies index of page.
pageCount
intSpecifies page count.
Returns
- string
Formatted text.