FlattenAnnot
註解與熱點連結、頁面版面
Description
將外觀串流合併進所選頁面,扁平化指定的註解
語法
Delphi
Function TPDFlib.FlattenAnnot(Index, Options: Integer): Integer;
ActiveX
Function PDFlib::FlattenAnnot(Index As Long, Options As Long) As Long
DLL
int DLFlattenAnnot(int InstanceID, int Index, int Options);
參數
| Index | 註解的索引。頁面上第一個註解的索引為 1。 |
|---|---|
| Options | 此參數保留供日後使用,應一律設為零。 |
傳回值
| 0 | 無法扁平化指定的註解 |
|---|---|
| 1 | Success |