|
Gnostice PDFOne
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is implemented by user classes to provide an event when a page is read from an existing PDF document. All pages in a document are read when a document is loaded. User classes that implement this interface can specify individual header height, footer height, left margin, top margin, right margin, bottom margin for text-rendering operations on those pages.
Method Summary | |
double[] |
onPageRead(PdfDocument d,
int pageNo,
double pageWidthInPoints,
double pageHeightInPoints)
Called when a page is read from a PDF document. |
Method Detail |
public 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)
|
Pro. Ed. v5.0.0 |
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |