Skip to content

文本重排

使用以下方法将文本重新排列为适应设备屏幕尺寸,以显示适合在不同设备阅读的布局:

c#
CPDFPage page = myCPDFDocument.PageAtIndex(0);
string myText = page.GetString();