Creating a document

 

You can open a new, empty document window with the IN_CreateDocumentWindow function. Note that calling this function does not create a page. To create a page, you must add a layer or a page to the document window.

To open a new, empty document window with an assigned label:

· Use the IN_CreateDocumentWindow function.

The new document window opens. Its identifier is returned.

To receive a notification when an Imagenation user opens a new document window, register the NotifyNewDocwin notification.

See also

Adding layers and pages

Opening documents: basic

Controlling notifications and queries