DAGetAnnotationCount
Функционалност за директен достъп
Описание
Връща броя на анотациите на указаната страница
Синтаксис
Delphi
Function TPDFlib.DAGetAnnotationCount(FileHandle, PageRef: Integer): Integer;
ActiveX
Function PDFlib::DAGetAnnotationCount(FileHandle As Long, PageRef As Long) As Long
DLL
int DLDAGetAnnotationCount(int InstanceID, int FileHandle, int PageRef);
Параметри
| FileHandle | Дескриптор, върнат от функциите DAOpenFile, DAOpenFileReadOnly или DAOpenFromStream |
|---|---|
| PageRef | Препратка към страница, върната от функциите DAFindPage или DANewPage |