HtmlToImageConverterRemoveExcludedElements Property

Gets or sets a value indicating whether elements matched by ExcludedElementsSelector should be completely removed from the layout rather than just hidden. The default value is true

Definition

Namespace: EvoPdf.Next
Assembly: EvoPdf.Next (in EvoPdf.Next.dll) Version: 14.0.0
C#
public bool RemoveExcludedElements { get; set; }

Property Value

Boolean

See Also