HtmlToPdfConverterLazyImagesLoadMode Property

The lazy image loading mode used by the HTML to PDF converter. This flag has effect only if LoadLazyImages is also true. The default mode is Browser

Definition

Namespace: EvoPdf.Chromium
Assembly: EvoPdf.Chromium (in EvoPdf.Chromium.dll) Version: 11.4.0
C#
public LazyImagesLoadMode LazyImagesLoadMode { get; set; }

Property Value

LazyImagesLoadMode

See Also