public interface PdfPageReadHandler
Modifier and Type | Method and Description |
---|---|
double[] |
onPageRead(PdfDocument d,
int pageNo,
double pageWidthInPoints,
double pageHeightInPoints)
Called when a page is read from a PDF document.
|
double[] onPageRead(PdfDocument d, int pageNo, double pageWidthInPoints, double pageHeightInPoints)
d
- document whose pages are being readpageNo
- number of the current page that is being readpageWidthInPoints
- width of the page (in points)pageHeightInPoints
- height of the page (in points)