THPDFPage.GetAnnotsArray Method
Gets the annotations (Annots) array of the current page; it auto-initialises and associates with the page dictionary if non-existent.
Declaration
function GetAnnotsArray: THPDFArrayObject;
Unit
HPDFDoc
Return values
Returns the array object holding various annotations and link information for the current page.
Usage
- Call: THPDFPage.GetAnnotsArray
- Called when needing to add interactive widgets such as form fields, hyperlinks, or highlight markups to the page.
See also
- THPDFPage
- Directory