 |
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: SelectPdfAssembly: Select.Pdf (in Select.Pdf.dll) Version: 26.2
Syntaxpublic string WindowStatus { get; set; }Public Property WindowStatus As String
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