DAGetObjectCount
Funções diversas, Funcionalidade de acesso direto
Descrição
Retorna o número de objetos PDF brutos no documento
Sintaxe
Delphi
Function TPDFlib.DAGetObjectCount(FileHandle: Integer): Integer;
ActiveX
Function PDFlib::DAGetObjectCount(FileHandle As Long) As Long
DLL
int DLDAGetObjectCount(int InstanceID, int FileHandle);
Parâmetros
| FileHandle | Um handle retornado pelas funções DAOpenFile, DAOpenFileReadOnly ou DAOpenFromStream |
|---|