PdfPageTextContent


class PdfPageTextContent


Represents a continuous stream of text in a page of a PDF document in the order of viewing.

Summary

Public constructors

PdfPageTextContent(bounds: List<RectF>, text: String)

Public properties

List<RectF>

: Bounds for the text content

String

: Text content within the bounds.

Public constructors

PdfPageTextContent

PdfPageTextContent(bounds: List<RectF>, text: String)
Parameters
bounds: List<RectF>

: Bounds for the text content

text: String

: Text content within the bounds.

Public properties

bounds

Added in 1.0.0-alpha10
val boundsList<RectF>

: Bounds for the text content

text

Added in 1.0.0-alpha10
val textString

: Text content within the bounds.