IPageBuilderOptions
Leave feedback
On this page
All Implemented Interfaces: com.groupdocs.merger.domain.options.interfaces.IOptions
public interface IPageBuilderOptions extends IOptions
Interface for the page builder options
| 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 abstract boolean getLoadDocumentInfo()
Specifies if each document info should load all its pages info.
Returns: boolean
public abstract 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.