DAGetAnnotationCount
Version history
This function was introduced in Quick PDF Library version 7.21.
Description
Returns the number of annotations on the specified page.
Syntax
Delphi
function TQuickPDF0813.DAGetAnnotationCount(FileHandle, PageRef: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::DAGetAnnotationCount(FileHandle As Long,
PageRef As Long) As Long
DLL
int QuickPDFDAGetAnnotationCount(int InstanceID, int FileHandle, int PageRef)
Parameters
| FileHandle | A handle returned by the DAOpenFile, DAOpenFileReadOnly or DAOpenFromStream functions |
| PageRef | A page reference returned by the DAFindPage or DANewPage functions |