PageBuilder
Leave feedback
On this page
PageInfo builder for getting the page collection from the documents.
public class PageBuilder
| Name | Description |
|---|---|
| PageBuilder() | Initializes a new instance of the PageBuilder class. |
| PageBuilder(PageBuilderOptions) | Initializes a new instance of the PageBuilder class. |
| Name | Description |
|---|---|
| Documents { get; } | The document collection. |
| Options { get; } | The page builder options. |
| Pages { get; } | The page collection. |
| Name | Description |
|---|---|
| AddPage(IPageInfo) | Add page to the page collection. |
| AddPage(int, int) | Add page to the page collection. |
| AddPageRange(IPageInfo[]) | Add pages to the page collection. |
| Clear() | Clear the internal collections. |
- namespace GroupDocs.Merger.Domain.Builders
- 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.