|
HtmlToPdfOptionsLazyImagesLoadingEnabled Property
|
Enables a delay mechanism to allow images to fully load.
Namespace: SelectPdfAssembly: Select.HtmlToPdf (in Select.HtmlToPdf.dll) Version: 26.2
Syntaxpublic bool LazyImagesLoadingEnabled { get; set; }Public Property LazyImagesLoadingEnabled As Boolean
Get
Set
Property Value
Boolean
RemarksThe default value of this property is True and the conversion is slightly delayed to allow images loading.
Note: Honored by the Blink and Chromium rendering engines.
See Also