public class PdfPageProperties extends Object
| Modifier and Type | Method and Description |
|---|---|
double |
getHeight()
Returns height of page.
|
int |
getPageNumber()
Returns number of page.
|
int |
getRotation()
Returns rotation of page.
|
List<PdfVisualSignature> |
getVisualSignatures()
Returns visual signature properties of page.
|
double |
getWidth()
Returns width of page.
|
String |
toString() |
public int getPageNumber()
public double getWidth()
public double getHeight()
public int getRotation()
public List<PdfVisualSignature> getVisualSignatures()