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 Long

DLL

int DLGetAnnotQuadCount(int InstanceID, int Index);

Parameters

IndexThe index of the annotation. The first annotation on the page has an index of 1.