Package de.xima.fc.pdf.form
Interface IPdfPage
public interface IPdfPage
A page of the the PDF.
- Since:
- 7.2.0
- Author:
- XIMA MEDIA GmbH
-
Method Summary
-
Method Details
-
getHeight
float getHeight()- Returns:
- The height of the PDF page containing the image.
-
getUserUnit
float getUserUnit()- Returns:
- A positive number that shall give the size of default user space units, in multiples of 1/72 inch.
-
getWidth
float getWidth()- Returns:
- The width of the PDF page containing the image.
-
getZeroBasedIndex
int getZeroBasedIndex()- Returns:
- The 0-based index of the PDF page.
-