PdfHtmlLayoutFormat
IsWaiting Property
|
webBrowser load htmlwhetherWaiting
Namespace:
Spire.Additions.Html
Assembly:
Spire.Pdf (in Spire.Pdf.dll) Version: 11.3.7.0 (11.3.7.1046)
Syntax
public bool IsWaiting { get; set; }
Public Property IsWaiting As Boolean
Get
Set
public:
property bool IsWaiting {
bool get ();
void set (bool value);
}
member IsWaiting : bool with get, set
Property Value
Type:
Boolean
See Also