Document.MergeOptions.IsNeedPageTreeBalance

Document.MergeOptions.IsNeedPageTreeBalance property

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.

public bool IsNeedPageTreeBalance { get; set; }

See Also