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 try to free resources and perform other cleanup operations before it 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()()()() | Returns a string that represents the current object. (Inherited from Object.) |
| Object | |
| HtmlElementMappingsCollection | |
Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)