public class Pages extends Object
| Constructor and Description |
|---|
Pages(PDFDocument document,
int pageWidth,
int pageHeight) |
| Modifier and Type | Method and Description |
|---|---|
int |
getCount() |
IndirectObject |
getIndirectObject() |
Page |
getPageAt(int position) |
Page |
newPage(int pageWidth,
int pageHeight) |
void |
render() |
public Pages(PDFDocument document, int pageWidth, int pageHeight)
public IndirectObject getIndirectObject()
public Page newPage(int pageWidth, int pageHeight)
public Page getPageAt(int position)
public int getCount()
public void render()
Copyright © 2016. All rights reserved.