Accusoft.NotateXpressSdk Namespace : GroupElementCollection Class |
The following tables list the members exposed by GroupElementCollection.
Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.CollectionBase) | |
Count | (Inherited from System.Collections.CollectionBase) | |
GroupBoundingRectangle | Gets and sets the rectangle boundary area for elements in a group. | |
GroupSelected | Gets and sets an indication of whether the elements that belong to the group have been selected. | |
Item | Gets or sets the Element at the specified index. |
Name | Description | |
---|---|---|
Add | Adds the given element to the group element collection. | |
Clear | Clears the entire collection as well as calls the Clear function of the base class. | |
Contains | Determines if the given element is in the collection. | |
CopyTo | Copies the entire collection to an array, starting at the given index of the target array. | |
Dispose | Releases all resources used by this GroupElementCollection object. | |
GetEnumerator | (Inherited from System.Collections.CollectionBase) | |
GroupInvert | Inverts the arrangement of all annotation items in a yoked annotation group. | |
GroupMirror | Mirrors the arrangement of all annotation items in a yoked annotation group. | |
IndexOf | Searches for the specified element and returns the zero-based index of the first occurrence within the entire collection. | |
Insert | Inserts an Element into the collection at the given index. | |
Remove | Removes the given Element from the collection. | |
RemoveAt | Removes the element which matches the given index from the group element collection. |