PageBuilderOptions
Leave feedback
On this page
Inheritance: java.lang.Object
All Implemented Interfaces: com.groupdocs.merger.domain.options.interfaces.IPageBuilderOptions
public class PageBuilderOptions implements IPageBuilderOptions
Provides options for specifying the page builder.
| Constructor | Description |
|---|---|
| PageBuilderOptions() | Initializes a new instance of the PageBuilderOptions class. |
| Method | Description |
|---|---|
| getLoadDocumentInfo() | Specifies if each document info should load all its pages info. |
| setLoadDocumentInfo(boolean value) | Specifies if each document info should load all its pages info. |
public PageBuilderOptions()
Initializes a new instance of the PageBuilderOptions class.
public final boolean getLoadDocumentInfo()
Specifies if each document info should load all its pages info.
Returns: boolean
public final void setLoadDocumentInfo(boolean value)
Specifies if each document info should load all its pages info.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | boolean |
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.