ExpertPdf Html to Pdf Converter Library
HtmlExcludedRegionsOptions Property
NamespacesExpertPdf.HtmlToPdf.PdfDocumentHtmlToPdfElementHtmlExcludedRegionsOptions
ExpertPdf Html to Pdf Converter Library
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.
Declaration Syntax
C#Visual BasicVisual C++
public HtmlExcludedRegionsOptions HtmlExcludedRegionsOptions { get; }
Public ReadOnly Property HtmlExcludedRegionsOptions As HtmlExcludedRegionsOptions
	Get
public:
property HtmlExcludedRegionsOptions^ HtmlExcludedRegionsOptions {
	HtmlExcludedRegionsOptions^ get ();
}
Property Value

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