Document.PageNodesToBalancedTree

Document.PageNodesToBalancedTree method

Organizes page tree nodes in a document into a balanced tree. Only if the document has more than nodesNumInSubtrees page objects, otherwise it does nothing. Do not call this method while iterating over Pages elements, it may give unpredictable results

public void PageNodesToBalancedTree(byte nodesNumInSubtrees = 10)
ParameterTypeDescription
nodesNumInSubtreesByteDesired number of subnodes. Default value is ten.

See Also