BalancePageTree
Document management, Page properties
Version history
This function was introduced in Quick PDF Library version 9.15.
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 TDebenuPDFLibrary1811.BalancePageTree(Options: Integer): Integer;
ActiveX
Function DebenuPDFLibrary1811.PDFLibrary::BalancePageTree(Options As Long) As Long
DLL
int DPLBalancePageTree(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 |
