Accusoft.NotateXpressSdk Namespace : Layer Class |
The following tables list the members exposed by Layer.
Name | Description | |
---|---|---|
Layer Constructor | The default constructor for the Layer class. |
Name | Description | |
---|---|---|
Active | Gets and sets the user interactive state of the current layer. | |
Description | Gets and sets the description text for the current layer. | |
Elements | Gets the ElementCollection for this layer. | |
Groups | Gets the GroupCollection for this layer. | |
Name | Gets and sets the name text for the current layer. | |
Password | Gets or sets the password. | |
Toolbar | Gets and sets the Toolbar based on which layer is selected. | |
Visible | Gets and sets whether the layer is visible. |
Name | Description | |
---|---|---|
Copy | Copies the layer to the clipboard. | |
Dispose | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | |
Select | Make the selected layer the current active layer. | |
UserDataAdd | Adds a new key value pair to the layer. | |
UserDataDelete | Removes the given key value pair on the layer. | |
UserDataFind | User data can be added to each layer in a key value pair. This will return the value of an existing key. | |
UserDataFindFirst | User data can be added to each layer in a key value pair. This will find the first key value pair. | |
UserDataFindNext | User data can be added to each layer in a key value pair. This will next key value pair, in the list. |