DAGetObjectCount
Funções diversas, funcionalidade de acesso direto
Descrição
Devolve o número de objetos PDF em bruto 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 identificador devolvido pelas funções DAOpenFile, DAOpenFileReadOnly ou DAOpenFromStream |
|---|