Aspose::Pdf::Document::MergeOptions class
Contents
[
Hide
]MergeOptions class
Represents the options to Merge methods.
class MergeOptions : public System::Object
Methods
| Method | Description |
|---|---|
| get_ConcatenationPacketSize() const | Number of documents concatenated before new incremental update was made during concatenation when UseDiskBuffer is set to true. The default value is 4. |
| get_IsNeedPageTreeBalance() const | 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. |
| get_MaximumNodesInLevel() const | Gets and sets the maximum nodes in pages tree level. Default is 10. |
| get_UseDiskBuffer() const | If this option used then destination document will be saved on disk periodically and further concatenation will appllied to it as incremental updates. The default value is false. |
| MergeOptions() | |
| set_ConcatenationPacketSize(int32_t) | Number of documents concatenated before new incremental update was made during concatenation when UseDiskBuffer is set to true. The default value is 4. |
| set_IsNeedPageTreeBalance(bool) | 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. |
| set_MaximumNodesInLevel(uint8_t) | Gets and sets the maximum nodes in pages tree level. Default is 10. |
| set_UseDiskBuffer(bool) | If this option used then destination document will be saved on disk periodically and further concatenation will appllied to it as incremental updates. The default value is false. |
See Also
- Class Object
- Class Document
- Namespace Aspose::Pdf
- Library Aspose.PDF for C++