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.PdfCreator
Assembly:
epdfcreator (in epdfcreator.dll) Version: 17.0.0
Syntax public HtmlExcludedRegionsOptions HtmlExcludedRegionsOptions { get; }
Public ReadOnly Property HtmlExcludedRegionsOptions As HtmlExcludedRegionsOptions
Get
Property Value
Type:
HtmlExcludedRegionsOptionsSee Also