IN_GetPageIDs

All Editions image\bltlrgsq_shg.gif Related Functions image\bltlrgsq_shg.gif Example

The IN_GetPageIDs function returns the number of pages in a document window, along with a list of their identifiers.

Syntax

int IN_GetPageIDs( docwinID, maxPageIDs, pPageCount, pPageIDs )

Input Parameters

Values

Meaning

IN_DOCWIN docwinID

0 | docwinID

active | specific

SHORT maxPageIDs

the maximum number of pages to return

Output Parameters

Meaning

SHORTPTR pPageCount

pointer to the number of pages returned

IN_PAGE_PTR pPageIDs

pointer to the list of page identifiers

Release information

Added to Imagenation for Windows in Release 4.00.

As of Release 5.1, also available in Imagenation for UNIX.

Also supported in Imagenation 3.3 for UNIX.

See also

Getting page information