Represents a collection of mappings of HTML elements in PDF.
| C# | Visual Basic | Visual C++ |
public class HtmlElementMappingsCollection : IEnumerable
Public Class HtmlElementMappingsCollection _ Implements IEnumerable
public ref class HtmlElementMappingsCollection : IEnumerable
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| HtmlElementMappingsCollection()()()() | ||
| Count |
Gets the number of mappings in collection.
| |
| Equals(Object) | (Inherited from Object.) | |
| Finalize()()()() |
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.) | |
| GetElementByHtmlId(String) |
Gets the mapping in PDF of the HTML element with the specified HTML ID.
The search is case insensitive.
| |
| GetElementsByTagName(String) |
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
| |
| GetHashCode()()()() |
Serves as a hash function for a particular type.
(Inherited from Object.) | |
| GetType()()()() |
Gets the Type of the current instance.
(Inherited from Object.) | |
| Item[([( Int32])]) |
Gets the mapping at the specified zero based index from collection.
| |
| MemberwiseClone()()()() |
Creates a shallow copy of the current Object.
(Inherited from Object.) | |
| ToString()()()() | (Inherited from Object.) |
| Object | |
| HtmlElementMappingsCollection | |