WebElementsCollection Class |
Namespace: SelectPdf
The WebElementsCollection type exposes the following members.
Name | Description | |
---|---|---|
WebElementsCollection |
Name | Description | |
---|---|---|
Count |
Gets the number of mappings in collection.
| |
Item |
Gets the mapping at the specified zero based index from collection.
|
Name | Description | |
---|---|---|
GetElementByHtmlId |
Gets the mapping in PDF of the HTML element with the specified HTML ID.
The search is case insensitive.
| |
GetElementsByTagName |
Gets the mapping in PDF of the HTML elements with the specified HTML tag name.
The search is case insensitive.
| |
GetEnumerator |
Gets the collection enumerator
|