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.

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

Assembly: ExpertPdf.HtmlToPdf (Module: ExpertPdf.HtmlToPdf.dll) Version: 9.2.0.25824 (9.2.0.0)