THPDFPage.GetPageDict Method
Gets the instance of the underlying dictionary object for the current page.
Declaration
function GetPageDict: THPDFDictionaryObject;
Unit
HPDFDoc
Return values
Returns the THPDFDictionaryObject representing the page.
Usage
- Call: THPDFPage.GetPageDict
- Allows direct manipulation or querying of the underlying PDF dictionary properties of the page (such as adding custom key-values).
See also
- THPDFPage
- Directory