[]
Gets or sets a value indicating whether the engine should use the legacy GDI/GDI+ rendering or the new cross-platform based rendering implementation.
public CompatibilityModes CompatibilityMode { get; set; }
| Type | Description |
|---|---|
| CompatibilityModes | A CompatibilityModes value. Set the |
The default value for the NET Framework is CompatibilityModes.GDI, while for other frameworks it is CompatibilityModes.CrossPlatform.
The CompatibilityModes.GDI parameter is only compatible with the Windows operating system and is not suitable for ASP.NET Core.
The CompatibilityModes.CrossPlatform setting is designed for cross-platform rendering.