DAGetObjectCount
Miscellaneous functions, Direct access functionality
Version history
This function was introduced in Quick PDF Library version 7.16.
Description
Returns the number of raw PDF objects in the document.
Syntax
Delphi
function TQuickPDF0813.DAGetObjectCount(FileHandle: Integer): Integer;
ActiveX
Function QuickPDF0813.PDFLibrary::DAGetObjectCount(FileHandle As Long) As Long
DLL
int QuickPDFDAGetObjectCount(int InstanceID, int FileHandle)
Parameters
| FileHandle | A handle returned by the DAOpenFile, DAOpenFileReadOnly or DAOpenFromStream functions |