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
- textstring
- Specifies text to format. 
- pageIndexint
- Specifies index of page. 
- pageCountint
- Specifies page count. 
Returns
- string
- Formatted text.