SwingController gets page coordinate

Using IcePdf (ver 1.8), I integrate a SwingController into my JPanel to use it in my application. Because the page displayed in SwingController is at a certain position in the controller. How can I get the page coordinate (for example, the upper left corner of the bottom left if the PDF coordinate is used) relative to the whole SwingController , so I can get the page coordinate relative to the JPanel ?

I searched in the IcePDf API API but cannot figure out how to do this. Thanks.

+8
java swing icepdf
source share

No one has answered this question yet.

See related questions:

2248
Is the finally block always executable in Java?
1818
How to get enum value from string value in Java?
4
Make a JPopupMenu display with a specific bottom left coordinate
2
JFrame window coordinates by mistake
one
Get JPanel position / index in GridLayout?
one
Get the x and y coordinates of the second monitor
one
Fonts How to place the upper left corner of the line?
one
IcePDF Viewer Help
0
Java: converting coordinates from one system to another when two coordinate pairs are known
-one
Drawing JLabel with the X, Y coordinate of the center

All Articles