Skip to content

Commit bf1e5f8

Browse files
Update file(s) "/." from "groupdocs-merger/Groupdocs.Merger-References"
1 parent 4cc2af8 commit bf1e5f8

4 files changed

Lines changed: 26 additions & 2 deletions

File tree

content/sites/groupdocs/merger/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.Merger 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.0"
8+
version: "25.11.0"
99
---
1010
## Namespaces
1111

content/sites/groupdocs/merger/english/net/groupdocs.merger.domain.options/pdfjoinoptions/_index.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@ public class PdfJoinOptions : PageJoinOptions
3232
| Name | Description |
3333
| --- | --- |
3434
| [Pages](../../groupdocs.merger.domain.options/pageoptions/pages) { get; } | Get page numbers collection. |
35+
| [PreserveAccessibility](../../groupdocs.merger.domain.options/pdfjoinoptions/preserveaccessibility) { getset; } | Indicates if PDF accessibility (tagged PDF structure) should be preserved during merge. When true, the merged document will have auto-generated accessibility tags for PDF/UA compliance. Default is false. |
3536
| [Type](../../groupdocs.merger.domain.options/pagejoinoptions/type) { get; } | The type of the file to join. |
3637
| [UseBookmarks](../../groupdocs.merger.domain.options/pdfjoinoptions/usebookmarks) { getset; } | Indicates if all the bookmarks will be copied by default. |
3738

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,23 @@
1+
---
2+
title: PreserveAccessibility
3+
second_title: GroupDocs.Merger for .NET API Reference
4+
description: Indicates if PDF accessibility tagged PDF structure should be preserved during merge. When true the merged document will have autogenerated accessibility tags for PDF/UA compliance. Default is false.
5+
type: docs
6+
weight: 20
7+
url: /net/groupdocs.merger.domain.options/pdfjoinoptions/preserveaccessibility/
8+
---
9+
## PdfJoinOptions.PreserveAccessibility property
10+
11+
Indicates if PDF accessibility (tagged PDF structure) should be preserved during merge. When true, the merged document will have auto-generated accessibility tags for PDF/UA compliance. Default is false.
12+
13+
```csharp
14+
public bool PreserveAccessibility { get; set; }
15+
```
16+
17+
### See Also
18+
19+
* class [PdfJoinOptions](../../pdfjoinoptions)
20+
* namespace [GroupDocs.Merger.Domain.Options](../../../groupdocs.merger.domain.options)
21+
* assembly [GroupDocs.Merger](../../../)
22+
23+
<!-- DO NOT EDIT: generated by xmldocmd for GroupDocs.merger.dll -->

content/sites/groupdocs/merger/english/net/groupdocs.merger.domain.options/pdfjoinoptions/usebookmarks/_index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: UseBookmarks
33
second_title: GroupDocs.Merger for .NET API Reference
44
description: Indicates if all the bookmarks will be copied by default.
55
type: docs
6-
weight: 20
6+
weight: 30
77
url: /net/groupdocs.merger.domain.options/pdfjoinoptions/usebookmarks/
88
---
99
## PdfJoinOptions.UseBookmarks property

0 commit comments

Comments
 (0)