| NotateXpress 13 for ActiveX - API Reference > Properties, Methods, and Events by Category > Layers |
Layers act like transparent overlays to the image, and can be used to separate annotations.
| Clear | Deletes all layers and sets the CurrentLayer property to NULL. |
| CopyLayer | Copies the specified layer to the clipboard. |
| CreateLayer | Creates a new annotation layer. |
| DeleteLayer | Deletes the specified layer. |
| GetActive | Gets the user interactive state for the specified layer. |
| GetDescription | Gets the description for the specified layer. |
| GetFirstLayer | Gets the first layer. |
| GetNextLayer | Gets the next layer. |
| GetVisible | Sets the visible state for a specific layer. |
| LayerUserDataAdd | Adds user data to a specific layer. |
| LayerUserDataDelete | Deletes user data from a specific layer. |
| LayerUserDataFind | Finds user data from the specified layer using the provided key. |
| LayerUserDataFindFirst | Finds the first user data pair from the list of key value pairs for the specific layer. |
| LayerUserDataFindNext | Finds the next user data pair from the list of key value pairs for the specific layer |
| PasteLayer | Pastes a layer from the clipboard. |
| PrgDeleteAll | Deletes all annotation elements for the specific layer and sets the current Tool to the PointerTool. |
| PrgSelectAll | Selects or deselects all annotation elements for the specific layer. |
| SetActive | Sets the user interactive state for the specified layer. |
| SetCurrentLayer | Sets the current annotation layer. |
| SetDescription | Sets the description for a specific layer. |
| SetLayerName | Sets the name for the specified layer. |
| SetVisible | Sets the visible state for a specific layer. |
| Active | Gets and sets the user interactive state for the current layer. |
| CurrentLayer | Gets and sets the currently active layer in the control. |
| IsLayerPasteAvailable | Gets if there is a layer available on the clipboard. |
| LayerName | Gets and sets a descriptive name to the current layer. |
| LayerPassword | Gets and sets the password for the current layer. |
| NumLayers | Gets the number of annotation layers. |