Skip to content

Commit 000d3c9

Browse files
Update graphics engine (#1734)
* Update graphics engine * Update processing-element.md * Update processing-element.md
1 parent 8e8f958 commit 000d3c9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

doc-output/configure-the-report-engine/processing-element.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -149,7 +149,7 @@ Skia implementation is not available in applications that target .NET Framework.
149149

150150
| | |
151151
| ------ | ------ |
152-
|Attributes| __engineName__ – required string attribute. Determines the type of the [Telerik.Drawing.Contract.GraphicsEngine](/api/Telerik.Drawing.Contract.GraphicsEngine) used in the application. Available values:<ul><li>__PlatformDependent__ - the default value. On the Windows platform, the application will use the GDI graphics engine. On non-Windows platforms, the application will use the Skia graphics engine.</li><li>__Gdi__ - the application will use GDI graphics engine. On non-Windows platforms in applications that target .NET 7 or higher, this will cause runtime exceptions of type __PlatformNotSupported__ to be thrown. Can be used on Windows and non-Windows platforms in applications that target .NET {{site.mindotnetversion}} or higher framework.</li></ul>|
152+
|Attributes| __engineName__ – required string attribute. Determines the type of the [Telerik.Drawing.Contract.GraphicsEngine](/api/Telerik.Drawing.Contract.GraphicsEngine) used in the application. Available values:<ul><li>__PlatformDependent__ - the default value. On Windows platform, the application will use the GDI graphics engine. On non-Windows platforms, the application will use the Skia graphics engine.</li><li>__Gdi__ - the application will use GDI+ graphics engine. On non-Windows platforms this will cause runtime exceptions of type __PlatformNotSupported__ to be thrown. Available for applications that target either .NET Framework or .NET</li><li>__Skia__ - uses SkiaSharp for rendering. Can be used on Windows and non-Windows platforms in applications that target .NET (.NET Framework is not supported).</li></ul>|
153153

154154

155155
### ResourceResolver

0 commit comments

Comments
 (0)