|
HtmlToImageEnableOfflineMode Property
|
Put the browser into offline mode before navigation, so all network requests fail.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic bool EnableOfflineMode { get; set; }Public Property EnableOfflineMode As Boolean
Get
Set
Property Value
Boolean
RemarksThe default value is False.
Note: Honored by the Blink and Chromium rendering engines.
See Also