Accusoft.NotateXpressSdk Namespace : ElementCollection Class |
For a list of all members of this type, see ElementCollection members.
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. |