We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b6449f commit 38b5543Copy full SHA for 38b5543
controls/clientexportmanager/troubleshooting/exporting-pseudo-elements.md
@@ -0,0 +1,23 @@
1
+---
2
+title: Exporting Pseudo Elements
3
+page_title: Exporting Pseudo Elements | RadClientExportManager for ASP.NET AJAX Documentation
4
+description: Exporting Pseudo Elements
5
+slug: clientexportmanager/troubleshooting/exporting-pseudo-elements
6
+tags: exporting,pseudo,elements
7
+published: True
8
+position: 4
9
10
+
11
+# Exporting Pseudo Elements
12
13
14
+As of R2 2016 Release in order for pseudo elements to be properly exported the following CSS rule needs to be applied:
15
16
+````CSS
17
+.kendo-pdf-hide-pseudo-elements:after,
18
+.kendo-pdf-hide-pseudo-elements:before {
19
+ display: none !important;
20
+}
21
+````
22
23
+# See Also
0 commit comments