Aspose::Pdf::Document::MergeOptions class

MergeOptions class

Represents the options to Merge methods.

class MergeOptions : public System::Object

Methods

MethodDescription
get_ConcatenationPacketSize() constNumber of documents concatenated before new incremental update was made during concatenation when UseDiskBuffer is set to true. The default value is 4.
get_IsNeedPageTreeBalance() constGets 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() constGets and sets the maximum nodes in pages tree level. Default is 10.
get_UseDiskBuffer() constIf 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