GetAnnotQuadCount
Annotations and hotspot links
Description
Returns the number of quads (rectangular areas) within the specified annotation.
Syntax
Delphi
function TPDFlib.GetAnnotQuadCount(Index: Integer): Integer;ActiveX
Function PDFlib::GetAnnotQuadCount(Index As Long) As LongDLL
int DLGetAnnotQuadCount(int InstanceID, int Index);Parameters
| Index | The index of the annotation. The first annotation on the page has an index of 1. |
|---|