- text
- A string that is the text to transform.
A string that contains the transformed text.
The PageAdapter.TransformText(string) method can be used, for example, to transform tab characters (\t) into line breaks (\n).
The PageAdapter.TransformText(string) base method returns text unchanged.