PageRect

constructor()

Intended for internal usage only


constructor(left: Float, top: Float, right: Float, bottom: Float)

Creates a page rectangle representation.

Parameters

left

Left border coordinate in PDF points.

top

Top border coordinate in PDF points.

right

Right border coordinate in PDF points.

bottom

Bottom border coordinate in PDF points.


constructor(@NonNull rect: RectF)

Creates a page rectangle representation.

Parameters

rect

Rectangle to be set as new page rect.