PdfDocument.PageInfo


class PdfDocument.PageInfo


Represents information about a single page in the PDF document.

Summary

Public constructors

PageInfo(pageNum: Int, height: Int, width: Int)

Public properties

Int

The height of the page in points.

Int

The page number (0-based).

Int

The width of the page in points.

Public constructors

PageInfo

Added in 1.0.0-alpha10
PageInfo(pageNum: Int, height: Int, width: Int)

Public properties

height

Added in 1.0.0-alpha10
val heightInt

The height of the page in points.

pageNum

Added in 1.0.0-alpha10
val pageNumInt

The page number (0-based).

width

Added in 1.0.0-alpha10
val widthInt

The width of the page in points.