PdfJoinOptions
Leave feedback
On this page
The Pdf join options.
public class PdfJoinOptions : PageJoinOptions
| Name | Description |
|---|---|
| PdfJoinOptions() | Initializes a new instance of the PdfJoinOptions class. |
| PdfJoinOptions(FileType) | Initializes a new instance of the PdfJoinOptions class. |
| PdfJoinOptions(int[]) | Initializes a new instance of the PdfJoinOptions class. |
| PdfJoinOptions(FileType, int[]) | Initializes a new instance of the PdfJoinOptions class. |
| PdfJoinOptions(int, int) | Initializes a new instance of the PdfJoinOptions class. |
| PdfJoinOptions(FileType, int, int) | Initializes a new instance of the PdfJoinOptions class. |
| PdfJoinOptions(int, int, RangeMode) | Initializes a new instance of the PdfJoinOptions class. |
| PdfJoinOptions(FileType, int, int, RangeMode) | Initializes a new instance of the PdfJoinOptions class. |
| Name | Description |
|---|---|
| Pages { get; } | Get page numbers collection. |
| PreserveAccessibility { get; set; } | 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. |
| Type { get; } | The type of the file to join. |
| UseBookmarks { get; set; } | Indicates if all the bookmarks will be copied by default. |
- class PageJoinOptions
- namespace GroupDocs.Merger.Domain.Options
- assembly GroupDocs.Merger
Was this page helpful?
Any additional feedback you'd like to share with us?
Please tell us how we can improve this page.
Thank you for your feedback!
We value your opinion. Your feedback will help us improve our documentation.