Click or drag to resize
Pdf Library for .NET

WebElementsCollection Class

Represents a collection of mappings of HTML elements in PDF.
Inheritance Hierarchy
SystemObject
  SelectPdfWebElementsCollection

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntax
public class WebElementsCollection : IEnumerable

The WebElementsCollection type exposes the following members.

Constructors
 NameDescription
Public methodWebElementsCollection 
Top
Properties
 NameDescription
Public propertyCount Gets the number of mappings in collection.
Public propertyItem Gets the mapping at the specified zero based index from collection.
Top
Methods
 NameDescription
Public methodGetElementByHtmlId Gets the mapping in PDF of the HTML element with the specified HTML ID. The search is case insensitive.
Public methodGetElementsByTagName Gets the mapping in PDF of the HTML elements with the specified HTML tag name. The search is case insensitive.
Public methodGetEnumerator Gets the collection enumerator
Top
See Also