public static final class PdfDocument.PageInfo extends Object
PdfDocument.Page
.Modifier and Type | Class and Description |
---|---|
static class |
PdfDocument.PageInfo.Builder
Builder for creating a
PdfDocument.PageInfo . |
Modifier and Type | Method and Description |
---|---|
Rect |
getContentRect()
Get the content rectangle in PostScript points (1/72th of an inch).
|
int |
getPageHeight()
Gets the page height in PostScript points (1/72th of an inch).
|
int |
getPageNumber()
Gets the page number.
|
int |
getPageWidth()
Gets the page width in PostScript points (1/72th of an inch).
|
public int getPageWidth()
public int getPageHeight()
public Rect getContentRect()
public int getPageNumber()