 |
HtmlToPdfOptionsEnableOfflineMode Property |
Put the browser into offline mode before navigation, so all network requests fail.
Useful for testing offline fallbacks or blocking all external fetches from cached content.
Namespace: SelectPdfAssembly: Select.Pdf (in Select.Pdf.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