|  | 
| PdfHtmlElementLazyImagesLoadingEnabled Property  | 
 
            Enables a delay mechanism to allow images to fully load.
            
 
    Namespace: 
   SelectPdf
    Assembly:
   Select.Pdf (in Select.Pdf.dll) Version: 24.1
 Syntax
Syntaxpublic bool LazyImagesLoadingEnabled { get; set; }Public Property LazyImagesLoadingEnabled As Boolean
	Get
	Set
Property Value
Type: 
Boolean Remarks
RemarksThe 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
See Also