Click or drag to resize

HtmlElementsMappingOptionsHtmlTagNames Property

This property is used to set an array containing the HTML tag names of the HTML elements for which to retrieve position in PDF. The HTML tag names are case insensitive. The elements mapping will be retrieved in the HtmlElementsMappingResult property after the HtmlToPdfElement was added to the PDF page.

Namespace:  ExpertPdf.PdfCreator
Assembly:  epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax
public string[] HtmlTagNames { get; set; }

Property Value

Type: String
See Also