PageBuilder
PageBuilder class
PageInfo builder for getting the page collection from the documents.
public class PageBuilder
Constructors
Name | Description |
---|---|
PageBuilder() | Initializes a new instance of the PageBuilder class. |
PageBuilder(PageBuilderOptions) | Initializes a new instance of the PageBuilder class. |
Properties
Name | Description |
---|---|
Documents { get; } | The document collection. |
Options { get; } | The page builder options. |
Pages { get; } | The page collection. |
Methods
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. |
See Also
- namespace GroupDocs.Merger.Domain.Builders
- assembly GroupDocs.Merger