HtmlToImageExcludedElementsSelector Property

Gets or sets the CSS selector used to identify elements that should be excluded from the image output. These elements will be hidden or removed based on configuration

Definition

Namespace: HiQPdf.Chromium
Assembly: HiQPdf.Chromium (in HiQPdf.Chromium.dll) Version: 17.5.0
C#
public string ExcludedElementsSelector { get; set; }

Property Value

String

See Also