PdfPageContent
abstract class PdfPageContent
PdfPageGotoLinkContent |
Represents the content associated with a goto link on a page in the PDF document. |
PdfPageLinkContent |
Represents the bounds and link on a page of the PDF document. |
PdfPageTextContent |
Represents a continuous stream of text in a page of a PDF document in the order of viewing. |
Represents the content on a PDF page, such as text, images, uris, or other selectable elements.
This is an abstract class that serves as a base for different types of page content.
Summary
Public properties |
|
|---|---|
List<RectF> |
: A list of rectangles defining the content's bounding boxes in PDF coordinates. |
Public properties
bounds
val bounds: List<RectF>
: A list of rectangles defining the content's bounding boxes in PDF coordinates.