Click or drag to resize
Pdf Library for .NET

HtmlToImageWindowStatus Property

If set, the converter waits for window.status to match this string before capturing the page.

Namespace: SelectPdf
Assembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntax
public string WindowStatus { get; set; }

Property Value

String
Remarks
Empty/null (default) disables the wait. Strict string equality. If the match never happens the converter fails with a navigation timeout after MaxPageLoadTime seconds.

Note: Honored by the Blink and Chromium rendering engines.

See Also