The GetPageIDs transaction returns the number of pages in the specified document window and a list of their identifiers.
Type XTYP_REQUEST
Syntax [GetPageIDs(docwinID)]
|
Parameter |
Data type |
Values |
Meaning |
|
docwinID |
DWORD |
0 | docwinID |
active | specific |
|
Reply |
Data type |
Values |
Meaning |
|
count |
WORD |
0 |
none |
|
|
|
1 | 2 | 3 | ... |
number of page IDs |
|
pageIDs |
DWORD |
pageID1, pageID2 ... |
list of page IDs |
Release Information
Added in Release 3.70.
See also