Table of Contents

Method GetTextToPaint

Namespace
Alternet.Editor
Assembly
Alternet.Editor.v9.dll

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 string

Specifies text to format.

pageIndex int

Specifies index of page.

pageCount int

Specifies page count.

Returns

string

Formatted text.