ArticleBead

data class ArticleBead(val pageIndex: Int?, val rect: Rectangle)

One bead — a rectangular region on a page that belongs to the thread. pageIndex is null only when the bead's /P doesn't resolve to a known page (rare; usually a malformed PDF).

Constructors

Link copied to clipboard
constructor(pageIndex: Int?, rect: Rectangle)

Properties

Link copied to clipboard
Link copied to clipboard