To build a document, you can add layers to a page, or add pages to a window. You can either create new layers or pages, or import existing layers or pages.
To add a new, empty edit layer to a page:
· Use the IN_NewLayer function. For more information about the layer types, click Choosing an edit layer type.
An edit layer of the specified type is added on top of the specified page.
To add an existing layer file (raster or edit) to a page:
· Use the IN_ImportLayer function.
The specified layer file is added to the specified page.
To add an existing layer file to a specific region on a page:
· Use the IN_ImportLayerToRegion function.
The layer is placed into the defined region on the page.
To receive a notification when an Imagenation user adds a new layer to a page, register the NotifyNewLayer notification.
To add a new, empty page at a particular location in a document:
· Use the IN_NewPage function.
A blank page is added at the specified location.
To add an existing page at a particular location in a document:
· Use the IN_ImportPage function.
The specified page is added to the document window at the specified location.
To receive a notification when an Imagenation user creates a new page, register the NotifyNewPage notification.
See also