Accusoft.NotateXpressSdk Namespace : ElementCollection Class |
The following tables list the members exposed by ElementCollection.
Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | (Inherited from System.Collections.CollectionBase) | |
IsPasteAvailable | A read only property that gets a value which determines if there are annotation elements available on the clipboard. | |
IsSelection | A read only property that gets a value which determines if there are elements selected in this element collection. | |
Item | Gets or sets the Element at the specified index. |
Name | Description | |
---|---|---|
Add | Adds the given element to the element collection. | |
BringToFront | Brings the selected elements to the front in the visual display order. | |
Clear | Clears the entire collection as well as calls the Clear function of the base class. | |
Contains | Determines if the collection contains the given Element. | |
Copy | Copies the currently selected elements to the clipboard. | |
CopyTo | Copies the entire collection to an array, starting at index of the target array. | |
Cut | Copies the currently selected elements to the clipboard and then deletes them from their original location. | |
DeleteSelected | Deletes all currently selected items from the collection. | |
Dispose | Releases all resources used by the ElementCollection object. | |
FirstSelected | Returns the first selected element in the collection. | |
GetEnumerator | (Inherited from System.Collections.CollectionBase) | |
IndexOf | Searches for the specified Element and returns the zero-based index of the first occurrence within the entire ElementCollection. | |
Insert | Inserts an Element at the specified index. | |
NextSelected | Returns the next selected element in the current layer. | |
Paste | Pastes the annotation elements from the clipboard into the current element collection. | |
Remove | Removes the given Element from the collection. | |
RemoveAt | Removes the element at the given index within the collection. | |
Reverse | Reverses the visual display order (z-order) of all the elements in the element collection. | |
SelectAll | Selects all the elements in the given collection. | |
SendToBack | Sends all selected elements in the collection to the back of the display order. |