This property is set by the converter after conversion and returns the mapping of the HTML elements selected by the HtmlElementSelectors selectors.

Namespace: EvoPdf
Assembly: evohtmltopdf (in evohtmltopdf.dll) Version: 4.12.0.0

Syntax

C#
public HtmlElementMappingsCollection HtmlElementsMappingResult { get; }
Visual Basic
Public ReadOnly Property HtmlElementsMappingResult As HtmlElementMappingsCollection
	Get
Visual C++
public:
property HtmlElementMappingsCollection^ HtmlElementsMappingResult {
	HtmlElementMappingsCollection^ get ();
}

Property Value

Type: HtmlElementMappingsCollection

See Also