|
GlobalPropertiesEnableRestrictedRenderingEngine Property |
Enable or disable restricted rendering engine.
Namespace:
SelectPdf
Assembly:
Select.Pdf (in Select.Pdf.dll) Version: 20.2
Syntax public static bool EnableRestrictedRenderingEngine { get; set; }
Public Shared Property EnableRestrictedRenderingEngine As Boolean
Get
Set
Property Value
Type:
BooleanRemarks
There are environments, such as Microsoft Azure Web Apps, where GDI calls are restricted and the default rendering engine does not work.
To enable an alternative rendering engine (with some restrictions - no web fonts for html to pdf conversions, one page PdfHtmlElement objects) set this property to True.
The default value for this property is False and the restricted rendering engine is not enabled by default.
See Also