GetAnnotQuadCount
Version history
This function was introduced in Quick PDF Library version 7.21.
Description
Returns the number of quads (rectangular areas) within the specified annotation.
Syntax
Delphi
function TQuickPDF0813.GetAnnotQuadCount(Index: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::GetAnnotQuadCount(Index As Long) As Long
DLL
int QuickPDFGetAnnotQuadCount(int InstanceID, int Index)
Parameters
| Index | The index of the annotation. The first annotation on the page has an index of 1. |