BalancePageTree
Document management, Page properties
Description
Arranges the selected document's internal page structure into a balanced tree for faster random access to pages in the document.
Syntax
Delphi
function TPDFlib.BalancePageTree(Options: Integer): Integer;ActiveX
Function PDFlib::BalancePageTree(Options As Long) As LongDLL
int DLBalancePageTree(int InstanceID, int Options);Parameters
| Options | Reserved for future use, should be set to zero. |
|---|
Return values
| 0 | The page tree could not be balanced |
|---|---|
| 1 | Success |