Click or drag to resize

HtmlToPdfElementHtmlExcludedRegionsOptions Property

Gets a reference to the object controlling the exclusion of HTML elements from rendering to PDF. In order to exclude from PDF for a list of HTML elements, the HtmlElementIds and HtmlTagNames properties of HtmlExcludedRegionsOptions must be set with an array of strings containing the HTML IDs or tag names of the HTML elements excluded from conversion to PDF.

Namespace:  ExpertPdf.HtmlToPdf.PdfDocument
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public HtmlExcludedRegionsOptions HtmlExcludedRegionsOptions { get; }

Property Value

Type: HtmlExcludedRegionsOptions
See Also