Editions
Related Functions
Example
The IN_NFY_NEW_PAGE notification tells client applications that a page has been created in the active document. The NotifyNewPage callback function accepts this data.
Notify IN_NFY_NEW_PAGE (9)
Syntax
void CALLBACK NotifyNewPage( IN_DOCWIN docwinID, USHORT pageNumber, IN_PAGE pageID )
|
Parameters |
Meaning |
|
docwinID |
identifier of the document window that contains the new page |
|
pageNumber |
page number of the new page |
|
pageID |
identifier of the new page |
Release information
Added to Imagenation for Windows in Release 4.10.
As of Release 5.1, also available in Imagenation for UNIX.
Also supported in Imagenation 3.3 for UNIX.
See also