NotifyNewPage callback

image\bltlrgsq_shg.gif Editions  image\bltlrgsq_shg.gif Related Functions  image\bltlrgsq_shg.gif 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

Controlling notifications and queries

Adding layers and pages