DAGetObjectCount
其他函式、直接存取功能
描述
傳回文件中的原始 PDF 物件數量
語法
Delphi
Function TPDFlib.DAGetObjectCount(FileHandle: Integer): Integer;
ActiveX
Function PDFlib::DAGetObjectCount(FileHandle As Long) As Long
DLL
int DLDAGetObjectCount(int InstanceID, int FileHandle);
參數
| FileHandle | 由 DAOpenFile、DAOpenFileReadOnly 或 DAOpenFromStream 函式傳回的控制代碼 |
|---|