You can remove some layers from a particular page. You can remove pages from a document window.
To remove a layer from a document:
· Use the DeleteLayer transaction.
The specified layer is removed.
When a layer is deleted from the current page through the user interface, Imagenation sends a NotifyIM -- DeleteLayer notification, if it has been registered.
To remove a page from a document window:
· Use the DeletePage transaction.
The specified page is removed from the window.
When a page is deleted from the active document through the user interface, Imagenation sends a NotifyIM -- DeletePage notification, if it has been registered.
See also