DAGetAnnotationCount
Direct access functionality
Description
Returns the number of annotations on the specified page.
Syntax
Delphi
function TPDFlib.DAGetAnnotationCount(FileHandle, PageRef: Integer): Integer;ActiveX
Function PDFlib::DAGetAnnotationCount(FileHandle As Long, PageRef As Long) As LongDLL
int DLDAGetAnnotationCount(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 |