Editions
Related Functions
Example
The IN_NewLayer function adds a new edit layer of the specified type on the specified page.
Syntax
int IN_NewLayer( pageID, layerType, pNewLayerID )
|
Input Parameters |
Values |
Meaning |
|
IN_PAGE pageID |
0 | pageID |
current | specific |
|
SHORT layerType |
IN_LAYER_REDLINE (1) Redline IN_LAYER_EDIT (2) Edit IN_LAYER_FULLEDIT (3) Full Edit (unrestricted layer--the only type in the standard user interface) IN_LAYER_ANNOTATION (4) IN_LAYER_HOTSPOT (5) Hotspot | |
|
Meaning | ||
|
IN_LAYER_PTR pNewLayerID |
pointer to the new layer identifier | |
Remarks
If the page has never been viewed, the new layer is not active.
Release information
Added to Imagenation for Windows in Release 4.00.
As of Release 5.1, also available in Imagenation for UNIX.
Also supported in Imagenation 3.3 for UNIX.
See also