Click or drag to resize

HtmlToPdfElementLazyImagesLoadingEnabled Property

Enables a delay mechanism to allow images to fully load.

Namespace:  ExpertPdf.HtmlToPdf.PdfDocument
Assembly:  ephtmltopdf (in ephtmltopdf.dll) Version: 17.0.0
Syntax
public bool LazyImagesLoadingEnabled { get; set; }

Property Value

Type: Boolean
Remarks
The default value of this property is True and the conversion is slightly delayed to allow images loading.

Note: This is used only by the Blink rendering engine.

See Also