DAGetObjectCount
Miscellaneous functions, Direct access functionality
Description
Returns the number of raw PDF objects in the document.
Syntax
Delphi
Function TPDFlib.DAGetObjectCount(FileHandle: Integer): Integer;
ActiveX
Function PDFlib::DAGetObjectCount(FileHandle As Long) As Long
DLL
int DLDAGetObjectCount(int InstanceID, int FileHandle);
Parameters
| FileHandle | A handle returned by the DAOpenFile, DAOpenFileReadOnly or DAOpenFromStream functions |
|---|