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);

関連項目

AddAssociatedFileFromString, GetAssociatedFileCount