Editions
Related Functions
Example
The IN_NFY_DELETE_PAGE is sent asynchronously when the user deletes a page from the active document. The NotifyDeletePage callback function accepts this data.
Notify IN_NFY_DELETE_PAGE (26)
Syntax
void CALLBACK NotifyDeletePage( IN_DOCWIN docwinID, USHORT pageNumber, IN_PAGE pageID)
|
Parameters |
Meaning |
|
docwinID |
identifier of the document window from which the page was deleted |
|
pageNumber |
page number of the deleted page |
|
pageID |
identifier of the deleted page |
Release information
Added to Imagenation for Windows in Release 4.43.
As of Release 5.1, also available in Imagenation for UNIX.
See also