GetPageAssociatedFileCount
埋め込みファイル
説明
1ページが/AF配列で持つ関連ファイルの数を返します
構文
Delphi
Function GetPageAssociatedFileCount(PageNumber: Integer): Integer;戻り値
| N | ページの/AFエントリ数。バインディングのないページや無効なページ番号では0です |
|---|
備考
各エントリは1つのファイル仕様に対応します。埋め込みストリームの解決にはGetPageAssociatedFileEmbeddedIndexを使用します
例
for I:= 1 to PDF.PageCount do Count:= Count+ PDF.GetPageAssociatedFileCount(I);