 |
WebElementsCollectionGetElementByHtmlId Method |
Gets the mapping in PDF of the HTML element with the specified HTML ID.
The search is case insensitive.
Namespace: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntaxpublic WebElement GetElementByHtmlId(
string htmlElementId
)
Public Function GetElementByHtmlId (
htmlElementId As String
) As WebElement
Parameters
- htmlElementId String
- The HTML ID of the element.
Return Value
WebElementThe mapping in PDF of the specified HTML element or null if no element
with the specified ID was found.
See Also