On this page
Guides
Text Reflow
Text reflow refers to reorganizing the text to fit the device screen size and display a layout suitable for reading on different devices.
This example shows how to set text reflow:
c#
CPDFPage page = myCPDFDocument.PageAtIndex(0);
string myText = page.GetString();