Skip to content

Commit c94ce06

Browse files
author
yevgen-nykytenko
committed
Update content 2025-12-08 14:53:02
1 parent 8127c48 commit c94ce06

File tree

6 files changed

+28
-4
lines changed

6 files changed

+28
-4
lines changed

english/net/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ weight: 10
55
url: /net/
66
description: GroupDocs.Viewer for .NET API References contain examples, code snippets, and API documentation. It provides namespaces, classes, interfaces, and other API details.
77
is_root: true
8-
version: "25.9"
8+
version: "25.11"
99
---
1010
## Namespaces
1111

english/net/groupdocs.viewer.options/htmlviewoptions/excludefonts/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ public bool ExcludeFonts { get; set; }
1616

1717
### Remarks
1818

19-
By default, GroupDocs.Viewer embeds the fonts used in the document into HTML. To prevent it, set this property to `true`.
19+
By default, GroupDocs.Viewer embeds the fonts used in the document into HTML markup, abd this property has a `false` value. To prevent embedding fonts, set this property to `true`.
2020

2121
For details and code example, see the [documentation](https://docs.groupdocs.com/viewer/net/exclude-fonts/).
2222

english/net/groupdocs.viewer.options/presentationoptions/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,7 @@ public class PresentationOptions
2424

2525
| Name | Description |
2626
| --- | --- |
27+
| [RenderHeaderFooterPlaceholders](../../groupdocs.viewer.options/presentationoptions/renderheaderfooterplaceholders) { get; set; } | Enables rendering placeholders in header and footer of a slide. Disabled by default (`false`). This option applies for all 4 rendering modes of presentations: HTML, PDF, PNG, and JPEG. Is not applicable when rendering presentation to pure HTML/CSS markup using [`RenderToPureHtml`](./rendertopurehtml). |
2728
| [RenderToPureHtml](../../groupdocs.viewer.options/presentationoptions/rendertopurehtml) { getset; } | Enables a new HTML rendering mode for the Presentation documents — in this mode the Presentation files are rendered to **pure HTML/CSS markup**, without SVG images. By default is disabled (`false`) — existing SVG-based HTML-renderer is used. |
2829
| [Resolution](../../groupdocs.viewer.options/presentationoptions/resolution) { getset; } | Resolution of the presentation images (for rendering to HTML/PDF only). |
2930

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: RenderHeaderFooterPlaceholders
3+
second_title: GroupDocs.Viewer for .NET API Reference
4+
description: Enables rendering placeholders in header and footer of a slide. Disabled by default false. This option applies for all 4 rendering modes of presentations HTML PDF PNG and JPEG. Is not applicable when rendering presentation to pure HTML/CSS markup using RenderToPureHtmlgroupdocs.viewer.options/presentationoptions/rendertopurehtml.
5+
type: docs
6+
weight: 20
7+
url: /net/groupdocs.viewer.options/presentationoptions/renderheaderfooterplaceholders/
8+
---
9+
## PresentationOptions.RenderHeaderFooterPlaceholders property
10+
11+
Enables rendering placeholders in header and footer of a slide. Disabled by default (`false`). This option applies for all 4 rendering modes of presentations: HTML, PDF, PNG, and JPEG. Is not applicable when rendering presentation to pure HTML/CSS markup using [`RenderToPureHtml`](../rendertopurehtml).
12+
13+
```csharp
14+
public bool RenderHeaderFooterPlaceholders { get; set; }
15+
```
16+
17+
### See Also
18+
19+
* class [PresentationOptions](../../presentationoptions)
20+
* namespace [GroupDocs.Viewer.Options](../../../groupdocs.viewer.options)
21+
* assembly [GroupDocs.Viewer](../../../)
22+
23+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.viewer.dll -->

english/net/groupdocs.viewer.options/presentationoptions/rendertopurehtml/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: RenderToPureHtml
33
second_title: GroupDocs.Viewer for .NET API Reference
44
description: Enables a new HTML rendering mode for the Presentation documents in this mode the Presentation files are rendered to pure HTML/CSS markup without SVG images. By default is disabled false existing SVGbased HTMLrenderer is used.
55
type: docs
6-
weight: 20
6+
weight: 30
77
url: /net/groupdocs.viewer.options/presentationoptions/rendertopurehtml/
88
---
99
## PresentationOptions.RenderToPureHtml property

english/net/groupdocs.viewer.options/presentationoptions/resolution/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Resolution
33
second_title: GroupDocs.Viewer for .NET API Reference
44
description: Resolution of the presentation images for rendering to HTML/PDF only.
55
type: docs
6-
weight: 30
6+
weight: 40
77
url: /net/groupdocs.viewer.options/presentationoptions/resolution/
88
---
99
## PresentationOptions.Resolution property

0 commit comments

Comments
 (0)