Aspose::Pdf::Document::MergeOptions class

MergeOptions class

Represents the options to Merge methods.

class MergeOptions : public System::Object

Methods

MethodDescription
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.
MergeOptions()
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.

See Also