PdfPageContent


abstract class PdfPageContent

Known direct subclasses
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

Added in 1.0.0-alpha11
val boundsList<RectF>

: A list of rectangles defining the content's bounding boxes in PDF coordinates.