HtmlToImageConvertedElementsSelector Property

Gets or sets the CSS selector used to identify the elements to include in the image. If this is not set or matches no elements, the entire HTML document will be converted

Definition

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

Property Value

String

See Also