Skip to content

Commit fac6afb

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

File tree

3 files changed

+25
-1
lines changed
  • content/sites/groupdocs/merger/english/net/groupdocs.merger.domain.options/pdfjoinoptions

3 files changed

+25
-1
lines changed

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)