class PdfRect


Represents a rectangle in PDF coordinates, where pageNum indicates a PDF page, and left, top, right, and bottom indicate a rect in PDF points within the page, with the origin existing at the top left corner of the page.

Summary

Public constructors

PdfRect(pageNum: Int, pageRect: RectF)
PdfRect(pageNum: Int, left: Float, top: Float, right: Float, bottom: Float)

Public functions

open operator Boolean
equals(other: Any?)
open Int
open String

Public constructors

PdfRect

Added in 1.0.0-alpha10
PdfRect(pageNum: Int, pageRect: RectF)

PdfRect

Added in 1.0.0-alpha10
PdfRect(pageNum: Int, left: Float, top: Float, right: Float, bottom: Float)

Public functions

equals

open operator fun equals(other: Any?): Boolean

hashCode

open fun hashCode(): Int

toString

open fun toString(): String

Public properties

bottom

Added in 1.0.0-alpha10
val bottomFloat

left

Added in 1.0.0-alpha10
val leftFloat

pageNum

Added in 1.0.0-alpha10
val pageNumInt

right

Added in 1.0.0-alpha10
val rightFloat

top

Added in 1.0.0-alpha10
val topFloat