Pdf |
The PdfControlCollections type exposes the following members.
| Name | Description | |
|---|---|---|
| Add | This method is not supported. | |
| Clear | Removes all items from the PdfControlCollections. | |
| Contains | Determines whether the collection contains a specific PdfControl. | |
| CopyTo | Copies the elements of the collections to an System.Array, starting at a particular System.Array index. | |
| Find | Searches for an element that matches the conditions defined by the specified predicate, and returns the first occurrence within the entire System.Collections.Generic.List`1. | |
| GetByHandle | Search collection for the widget with the specified handle. | |
| GetControlByDict | Search collection for the widget with the specified dictionary. | |
| GetEnumerator | Returns an enumerator that iterates through the collection. | |
| GetFocused | Get the control that currently has input focus. | |
| IndexOf | Determines the index of a specific PdfControl in the collection. | |
| Remove | Removes the first occurrence of a specific control from the PdfControlCollections |