| 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
Syntaxpublic HtmlExcludedRegionsOptions HtmlExcludedRegionsOptions { get; }Public ReadOnly Property HtmlExcludedRegionsOptions As HtmlExcludedRegionsOptions
	Get
Property Value
Type: 
HtmlExcludedRegionsOptions See Also
See Also