All Editions
Related Functions
Example
The IN_GetVisiblePageArea function returns the coordinates for the visible area of the specified page.
Syntax
int IN_GetVisiblePageArea( docwinID, pageID, pUnits, px1, py1, px2, py2 )
|
Input Parameters |
Values |
Meaning |
|
IN_DOCWIN docwinID |
0 | docwinID |
active | specific |
|
IN_PAGE pageID |
0 | pageID |
current | specific |
|
Values |
Meaning | |
|
SHORTPTR pUnits |
pointer to: IN_UNITS_PROPORTIONAL (0) | |
|
LONGPTR px1, py1 |
pointer to the top-left coordinates | |
|
LONGPTR px2, py2 |
pointer to the bottom-right coordinates | |
Remarks
The coordinate values will be less than 0 or greater than 100,000 when the area outside the page is visible.
Release information
Added to Imagenation for Windows in Release 4.10.
As of Release 5.1, also available in Imagenation for UNIX.
See also