PdfDocument.PageInfo


public final class PdfDocument.PageInfo


Represents information about a single page in the PDF document.

Summary

Public constructors

PageInfo(int pageNum, int height, int width)

Public methods

final int

The height of the page in points.

final int

The page number (0-based).

final int

The width of the page in points.

Public constructors

PageInfo

Added in 1.0.0-alpha10
public PageInfo(int pageNum, int height, int width)

Public methods

getHeight

Added in 1.0.0-alpha10
public final int getHeight()

The height of the page in points.

getPageNum

Added in 1.0.0-alpha10
public final int getPageNum()

The page number (0-based).

getWidth

Added in 1.0.0-alpha10
public final int getWidth()

The width of the page in points.