[]
Specify if the engine or the document should use legacy GDI/GDI+ rendering or new cross-platform based rendering implementation.
public enum CompatibilityModes
Name | Description |
---|---|
CrossPlatform | Cross-platform text/images rendering. |
GDI | Legacy GDI/GDI+ text/images rendering. Works only under Windows. Doesn't work under ASP.NET Core. |