Class Document.MergeOptions
Document.MergeOptions class
Represents the options to Merge methods.
public class MergeOptions
Constructors
| Name | Description |
|---|---|
| MergeOptions() | The default constructor. |
Properties
| Name | Description |
|---|---|
| IsNeedPageTreeBalance { get; set; } | Gets and sets the requirement for page tree balancing The entire page tree in the resulting document will be rebalanced. It creates balanced pages tree to speed up pages access. |
| MaximumNodesInLevel { get; set; } | Gets and sets the maximum nodes in pages tree level. Default is 10. |
See Also
- class Document
- namespace Aspose.Pdf
- assembly Aspose.PDF