DAGetObjectCount
Různé funkce, funkce přímého přístupu
Popis
Vrací počet surových PDF objektů v dokumentu
Syntaxe
Delphi
Function TPDFlib.DAGetObjectCount(FileHandle: Integer): Integer;
ActiveX
Function PDFlib::DAGetObjectCount(FileHandle As Long) As Long
DLL
int DLDAGetObjectCount(int InstanceID, int FileHandle);
Parametry
| FileHandle | Handle vrácený funkcemi DAOpenFile, DAOpenFileReadOnly nebo DAOpenFromStream |
|---|