Click or drag to resize
Pdf Library for .NET

WebElementsCollectionItem Property

Gets the mapping at the specified zero based index from collection.

Namespace:  SelectPdf
Assembly:  Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax
public WebElement this[
	int index
] { get; }

Parameters

index
Type: SystemInt32
The zero based index of the mapping.

Return Value

Type: WebElement
The mapping at the specified index in collection. Returns null if the index is out of collection bounds.
See Also