Skip to content

Commit 4044501

Browse files
author
yevgen-nykytenko
committed
Update content 2025-12-29 18:35:00
1 parent 619fc4a commit 4044501

File tree

9 files changed

+8
-32
lines changed

9 files changed

+8
-32
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.11"
8+
version: "25.12"
99
---
1010
## Namespaces
1111

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

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ public class PdfOptions
3030
| [EnableFontHinting](../../groupdocs.viewer.options/pdfoptions/enablefonthinting) { getset; } | Enables font hinting. |
3131
| [EnableLayeredRendering](../../groupdocs.viewer.options/pdfoptions/enablelayeredrendering) { getset; } | Enables rendering text and graphics in the original PDF document's z-order when rendering to HTML. |
3232
| [FixedLayout](../../groupdocs.viewer.options/pdfoptions/fixedlayout) { getset; } | Enables rendering the PDF and EPUB documents to HTML with a fixed layout. |
33-
| [FixLinkIssue](../../groupdocs.viewer.options/pdfoptions/fixlinkissue) { getset; } | Tries to fix the issue when whole HTML page content is a link. Works only when input format is PDF and output format is HTML (with embedded or external resources). By default is disabled (`false`). Turn it on only when you know what and why you're doing. Enabling this option increases the document processing time. |
3433
| [ImageQuality](../../groupdocs.viewer.options/pdfoptions/imagequality) { getset; } | Sets the output image quality for image resources when rendering to HTML. The default quality is `Low`. |
3534
| [RenderOriginalPageSize](../../groupdocs.viewer.options/pdfoptions/renderoriginalpagesize) { getset; } | Sets the output page size the same as the source PDF document's page size. |
3635
| [RenderTextAsImage](../../groupdocs.viewer.options/pdfoptions/rendertextasimage) { getset; } | Enables rendering texts in the PDF files as an image in the HTML output. |

english/net/groupdocs.viewer.options/pdfoptions/fixlinkissue/_index.md

Lines changed: 0 additions & 23 deletions
This file was deleted.

english/net/groupdocs.viewer.options/pdfoptions/imagequality/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: ImageQuality
33
second_title: GroupDocs.Viewer for .NET API Reference
44
description: Sets the output image quality for image resources when rendering to HTML. The default quality is Low.
55
type: docs
6-
weight: 90
6+
weight: 80
77
url: /net/groupdocs.viewer.options/pdfoptions/imagequality/
88
---
99
## PdfOptions.ImageQuality property

english/net/groupdocs.viewer.options/pdfoptions/renderoriginalpagesize/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: RenderOriginalPageSize
33
second_title: GroupDocs.Viewer for .NET API Reference
44
description: Sets the output page size the same as the source PDF documents page size.
55
type: docs
6-
weight: 100
6+
weight: 90
77
url: /net/groupdocs.viewer.options/pdfoptions/renderoriginalpagesize/
88
---
99
## PdfOptions.RenderOriginalPageSize property

english/net/groupdocs.viewer.options/pdfoptions/rendertextasimage/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: RenderTextAsImage
33
second_title: GroupDocs.Viewer for .NET API Reference
44
description: Enables rendering texts in the PDF files as an image in the HTML output.
55
type: docs
6-
weight: 110
6+
weight: 100
77
url: /net/groupdocs.viewer.options/pdfoptions/rendertextasimage/
88
---
99
## PdfOptions.RenderTextAsImage property

english/net/groupdocs.viewer.options/pdfoptions/wrapimagesinsvg/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: WrapImagesInSvg
33
second_title: GroupDocs.Viewer for .NET API Reference
44
description: Enables wrapping each image in the output HTML document in SVG tag to improve the output quality.
55
type: docs
6-
weight: 120
6+
weight: 110
77
url: /net/groupdocs.viewer.options/pdfoptions/wrapimagesinsvg/
88
---
99
## PdfOptions.WrapImagesInSvg property

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public class SpreadsheetOptions
3030
| [RightMargin](../../groupdocs.viewer.options/spreadsheetoptions/rightmargin) { getset; } | Sets the right margin of a page when converting to PDF. |
3131
| [SkipEmptyColumns](../../groupdocs.viewer.options/spreadsheetoptions/skipemptycolumns) { getset; } | Disables empty columns rendering. |
3232
| [SkipEmptyRows](../../groupdocs.viewer.options/spreadsheetoptions/skipemptyrows) { getset; } | Disables empty rows rendering. |
33-
| [TextOverflowMode](../../groupdocs.viewer.options/spreadsheetoptions/textoverflowmode) { getset; } | Sets the text overflow mode for rendering spreadsheet documents into HTML. |
33+
| [TextOverflowMode](../../groupdocs.viewer.options/spreadsheetoptions/textoverflowmode) { getset; } | Sets the text overflow mode for rendering spreadsheet documents into HTML. By default is , which mimics the default MS Excel behavior. |
3434
| [TopMargin](../../groupdocs.viewer.options/spreadsheetoptions/topmargin) { getset; } | Sets the top margin of a page when converting to PDF. |
3535

3636
## Methods

english/net/groupdocs.viewer.options/spreadsheetoptions/textoverflowmode/_index.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
title: TextOverflowMode
33
second_title: GroupDocs.Viewer for .NET API Reference
4-
description: Sets the text overflow mode for rendering spreadsheet documents into HTML.
4+
description: Sets the text overflow mode for rendering spreadsheet documents into HTML. By default is which mimics the default MS Excel behavior.
55
type: docs
66
weight: 180
77
url: /net/groupdocs.viewer.options/spreadsheetoptions/textoverflowmode/
88
---
99
## SpreadsheetOptions.TextOverflowMode property
1010

11-
Sets the text overflow mode for rendering spreadsheet documents into HTML.
11+
Sets the text overflow mode for rendering spreadsheet documents into HTML. By default is , which mimics the default MS Excel behavior.
1212

1313
```csharp
1414
public TextOverflowMode TextOverflowMode { get; set; }

0 commit comments

Comments
 (0)