Skip to content

Commit 49ea46b

Browse files
author
yevgen-nykytenko
committed
Update content 2025-07-29 06:40:34
1 parent b71bd09 commit 49ea46b

File tree

3 files changed

+2
-4
lines changed

3 files changed

+2
-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.6"
8+
version: "25.7"
99
---
1010
## Namespaces
1111

english/net/groupdocs.viewer.drawing/argb32color/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ url: /net/groupdocs.viewer.drawing/argb32color/
1111
Represents 32-bit color in ARGB format, with 8 bits per every channel (Alpha, Red, Green, Blue). Supports transparency.
1212

1313
```csharp
14-
public struct Argb32Color : IEquatable<>, IEquatable<Argb32Color>, IEquatable<Rgb24Color>
14+
public struct Argb32Color : IEquatable<>, IEquatable<Argb32Color>, IEquatable<Rgb24Color>
1515
```
1616

1717
## Properties

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

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,6 @@ public List<string> FontsToExclude { get; set; }
1616

1717
### Remarks
1818

19-
This option is supported for presentations only.
20-
2119
The fonts that are added into the HTML document improve stability of the output view, at the same time they increase the size of the rendering result. This option lets you balance between stability and output size. Include the font names that are popular and installed into most systems.
2220

2321
Please note, this property is active only when the [`ExcludeFonts`](../excludefonts) options is disabled.

0 commit comments

Comments
 (0)