Package | Description |
---|---|
com.groupdocs.viewer.results |
The package provides classes which represent document rendering results.
|
Modifier and Type | Method and Description |
---|---|
List<Line> |
Page.getLines()
The lines contained by the page when viewing as JPG or PNG with enabled Text Extraction.
|
Constructor and Description |
---|
Page(int number,
boolean visible,
int width,
int height,
List<Line> lines)
Initializes new instance of
Page class. |