Click or drag to resize
Pdf Library for .NET

HtmlToPdfOptionsWindowStatus Property

If set, the converter waits for window.status to match this string before capturing the page. Useful for pages that signal readiness via the classic window.status = "ready" handshake.

Namespace: SelectPdf
Assembly: Select.Pdf (in Select.Pdf.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