Package de.xima.fc.pdf.form
Interface IPdfPage
- 
public interface IPdfPageA page of the the PDF.- Since:
 - 7.2.0
 - Author:
 - XIMA MEDIA GmbH
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description floatgetHeight()floatgetUserUnit()floatgetWidth()intgetZeroBasedIndex() 
 - 
 
- 
- 
Method Detail
- 
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.
 
 
 - 
 
 -